Html Css Color HEX #A08616 Hacienda

📋 copy color: '#A08616'

red 160 ◦ green 134 ◦ blue 22

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

Shades of Hacienda #A08616

Tints of Hacienda #A08616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

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

R = 50.63%
G = 42.41%
B = 6.96%

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

#A08616 (or 0xA08616) is known color: Hacienda. HEX triplet: A0, 86 and 16. RGB value is (160,134,22). Sum of RGB (Red+Green+Blue) = 160+134+22=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A08616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08616 is #5F79E9. Grayscale: #818181. Windows color (decimal): -6257130 or 1476256. OLE color: 1476256.

HSL color Cylindrical-coordinate representation of color #A08616: hue angle of 48.7º 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 #A08616 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 22 -
CMYK 0 0.16 0.86 0.37
HSL 48.7º 0.76% 0.36% -
HSV(B) 48.7º 0.86% 0.63% -
XYZ 23.17 24.58 4.28 -
YUV 129.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 160 134 22 0 0.16 0.86 0.37 48.7 0.76 0.36
Hex A0 86 16 0 10 56 25 31 4C 24
Octal 240 206 26 0 20 126 45 61 114 44
Binary 10100000 10000110 10110 0 10000 1010110 100101 110001 1001100 100100

Color Harmonies of #A08616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08616

Black with #A08616

Text Example


Text Example

White with #A08616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08616; }

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

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

background-color css

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

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

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

border-color css

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

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

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