Html Css Color HEX #A87716 Hacienda

📋 copy color: '#A87716'

red 168 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #A87716

Tints of Hacienda #A87716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

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

R = 54.37%
G = 38.51%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87716 (or 0xA87716) is known color: Hacienda. HEX triplet: A8, 77 and 16. RGB value is (168,119,22). Sum of RGB (Red+Green+Blue) = 168+119+22=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A87716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87716 is #5788E9. Grayscale: #7B7B7B. Windows color (decimal): -5736682 or 1472424. OLE color: 1472424.

HSL color Cylindrical-coordinate representation of color #A87716: hue angle of 39.86º 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 #A87716 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 119 22 -
CMYK 0 0.29 0.87 0.34
HSL 39.86º 0.77% 0.37% -
HSV(B) 39.86º 0.87% 0.66% -
XYZ 22.89 21.58 3.72 -
YUV 122.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 168 119 22 0 0.29 0.87 0.34 39.86 0.77 0.37
Hex A8 77 16 0 1D 57 22 28 4D 25
Octal 250 167 26 0 35 127 42 50 115 45
Binary 10101000 1110111 10110 0 11101 1010111 100010 101000 1001101 100101

Color Harmonies of #A87716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87716

Black with #A87716

Text Example


Text Example

White with #A87716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87716; }

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

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

background-color css

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

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

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

border-color css

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

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

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