Color Hex Logo

#a9752a Color Hex

#A9752A
(169,117,42)
0 Favorites   0 Comments

Color spaces of #a9752a

RGB 16911742
HSL0.100.600.41
HSV35°75°66°
CMYK 0.000.310.75   0.34
XYZ23.141421.32485.0869
Yxy21.32480.46700.4303
Hunter Lab46.17888.638225.7940
CIE-Lab53.303213.494547.4558

#a9752a color RGB value is (169,117,42).

#a9752a hex color red value is 169, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a9752a hue: 0.10 , saturation: 0.60 and the lightness value of a9752a is 0.41.

The process color (four color CMYK) of #a9752a color hex is 0.00, 0.31, 0.75, 0.34. Web safe color of #a9752a is #996633. Color #a9752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 00101010
Octal 251 165 52
Decimal 169 117 42
Hex A9 75 2A

RGB Percentages of Color #a9752a

%51.52
%35.67
%12.80

CMYK Percentages of Color #a9752a

%0
%31
%75
%34

Triadic Colors of #a9752a

#a9752a #2aa975 #752aa9

Analogous Colors of #a9752a

#a9752a #9ea92a #a9362a

Monochromatic Colors of #a9752a

#a9752a

Complementary Color

#a9752a #2a5ea9

#a9752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9752a Color CSS Codes

.mybgcolor {background-color:#a9752a; } 
.myforecolor {color:#a9752a; }
.mybordercolor {border:3px solid #a9752a; }

#a9752a Text Font Color

<p style="color:#a9752a">Text here</p>

This sample text font color is #a9752a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a9752a Background Color

<div style="background-color:#a9752a">
Div content here</div>

This div background color is #a9752a


#a9752a Border Color

<div style="border:3px solid #a9752a">
Div here</div>

This div border color is #a9752a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,117,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9752a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9752a;
  -webkit-box-shadow: 1px 1px 3px 2px #a9752a;
  box-shadow:         1px 1px 3px 2px #a9752a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,117,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9752a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a9752a;
  -webkit-box-shadow: 1px 1px 3px 2px #a9752a;
  box-shadow:         1px 1px 3px 2px #a9752a;">
Div content here</div>

This div box has shadow with color #a9752a


Comments

No comments written yet.

Please login to write comment.