Html Css Color HEX #A08211 Hacienda

📋 copy color: '#A08211'

red 160 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #A08211

Tints of Hacienda #A08211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 52.12%
G = 42.35%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A08211 (or 0xA08211) is known color: Hacienda. HEX triplet: A0, 82 and 11. RGB value is (160,130,17). Sum of RGB (Red+Green+Blue) = 160+130+17=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A08211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08211 is #5F7DEE. Grayscale: #7E7E7E. Windows color (decimal): -6258159 or 1147552. OLE color: 1147552.

HSL color Cylindrical-coordinate representation of color #A08211: hue angle of 47.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A08211 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 130 17 -
CMYK 0 0.19 0.89 0.37
HSL 47.41º 0.81% 0.35% -
HSV(B) 47.41º 0.89% 0.63% -
XYZ 22.58 23.48 3.87 -
YUV 126.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 160 130 17 0 0.19 0.89 0.37 47.41 0.81 0.35
Hex A0 82 11 0 13 59 25 2F 51 23
Octal 240 202 21 0 23 131 45 57 121 43
Binary 10100000 10000010 10001 0 10011 1011001 100101 101111 1010001 100011

Color Harmonies of #A08211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08211

Black with #A08211

Text Example


Text Example

White with #A08211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08211; }

 p { color: rgb(160,130,17); }

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

background-color css

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

 a { background-color: rgb(160,130,17); }

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

border-color css

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

 span { border-color: rgb(160,130,17); }

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