Html Css Color HEX #A08716 Hacienda

📋 copy color: '#A08716'

red 160 ◦ green 135 ◦ blue 22

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

Shades of Hacienda #A08716

Tints of Hacienda #A08716

RGB

 RED value IS 160 (62.89% from 255) = 50.47%

 GREEN value IS 135 (53.13% from 255) = 42.59%

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

R = 50.47%
G = 42.59%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A08716 (or 0xA08716) is known color: Hacienda. HEX triplet: A0, 87 and 16. RGB value is (160,135,22). Sum of RGB (Red+Green+Blue) = 160+135+22=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A08716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08716 is #5F78E9. Grayscale: #828282. Windows color (decimal): -6256874 or 1476512. OLE color: 1476512.

HSL color Cylindrical-coordinate representation of color #A08716: hue angle of 49.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A08716 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 22 -
CMYK 0 0.16 0.86 0.37
HSL 49.13º 0.76% 0.36% -
HSV(B) 49.13º 0.86% 0.63% -
XYZ 23.31 24.86 4.33 -
YUV 129.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 160 135 22 0 0.16 0.86 0.37 49.13 0.76 0.36
Hex A0 87 16 0 10 56 25 31 4C 24
Octal 240 207 26 0 20 126 45 61 114 44
Binary 10100000 10000111 10110 0 10000 1010110 100101 110001 1001100 100100

Color Harmonies of #A08716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08716

Black with #A08716

Text Example


Text Example

White with #A08716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08716; }

 p { color: rgb(160,135,22); }

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

background-color css

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

 a { background-color: rgb(160,135,22); }

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

border-color css

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

 span { border-color: rgb(160,135,22); }

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