Html Css Color HEX #A87D20 Hacienda

📋 copy color: '#A87D20'

red 168 ◦ green 125 ◦ blue 32

#A87D20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A87D20

Tints of Hacienda #A87D20

RGB

 RED value IS 168 (66.02% from 255) = 51.69%

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 51.69%
G = 38.46%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A87D20 (or 0xA87D20) is known color: Hacienda. HEX triplet: A8, 7D and 20. RGB value is (168,125,32). Sum of RGB (Red+Green+Blue) = 168+125+32=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D20 is #5782DF. Grayscale: #7F7F7F. Windows color (decimal): -5735136 or 2129320. OLE color: 2129320.

HSL color Cylindrical-coordinate representation of color #A87D20: hue angle of 41.03º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A87D20 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 32 -
CMYK 0 0.26 0.81 0.34
HSL 41.03º 0.68% 0.39% -
HSV(B) 41.03º 0.81% 0.66% -
XYZ 23.74 23.1 4.57 -
YUV 127.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 168 125 32 0 0.26 0.81 0.34 41.03 0.68 0.39
Hex A8 7D 20 0 1A 51 22 29 44 27
Octal 250 175 40 0 32 121 42 51 104 47
Binary 10101000 1111101 100000 0 11010 1010001 100010 101001 1000100 100111

Color Harmonies of #A87D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D20

Black with #A87D20

Text Example


Text Example

White with #A87D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D20; }

 p { color: rgb(168,125,32); }

 H1.HeaderClassName
 {
   color: #A87D20;
 }
 .AnyTagClassName
 {
   color: #A87D20;
 }
</style>

background-color css

<style>
 a { background-color: #A87D20; }

 a { background-color: rgb(168,125,32); }

 div.DivClassName
 {
   background-color: #A87D20;
 }
 .BgClassName
 {
   background-color: #A87D20;
 }
</style>

border-color css

<style>
 span { border-color: #A87D20; }

 span { border-color: rgb(168,125,32); }

 td.TdClassName
 {
   border-color: #A87D20;
 }
 .TagClassName
 {
   border-color: #A87D20;
 }
</style>