Html Css Color HEX #A87516 Hacienda

📋 copy color: '#A87516'

red 168 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #A87516

Tints of Hacienda #A87516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 54.72%
G = 38.11%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87516 (or 0xA87516) is known color: Hacienda. HEX triplet: A8, 75 and 16. RGB value is (168,117,22). Sum of RGB (Red+Green+Blue) = 168+117+22=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A87516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87516 is #578AE9. Grayscale: #797979. Windows color (decimal): -5737194 or 1471912. OLE color: 1471912.

HSL color Cylindrical-coordinate representation of color #A87516: hue angle of 39.04º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A87516 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 22 -
CMYK 0 0.30 0.87 0.34
HSL 39.04º 0.77% 0.37% -
HSV(B) 39.04º 0.87% 0.66% -
XYZ 22.65 21.11 3.64 -
YUV 121.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 168 117 22 0 0.30 0.87 0.34 39.04 0.77 0.37
Hex A8 75 16 0 1E 57 22 27 4D 25
Octal 250 165 26 0 36 127 42 47 115 45
Binary 10101000 1110101 10110 0 11110 1010111 100010 100111 1001101 100101

Color Harmonies of #A87516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87516

Black with #A87516

Text Example


Text Example

White with #A87516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87516; }

 p { color: rgb(168,117,22); }

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

background-color css

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

 a { background-color: rgb(168,117,22); }

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

border-color css

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

 span { border-color: rgb(168,117,22); }

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