Html Css Color HEX #A08009 Hacienda

📋 copy color: '#A08009'

red 160 ◦ green 128 ◦ blue 9

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

Shades of Hacienda #A08009

Tints of Hacienda #A08009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 53.87%
G = 43.1%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A08009 (or 0xA08009) is known color: Hacienda. HEX triplet: A0, 80 and 09. RGB value is (160,128,9). Sum of RGB (Red+Green+Blue) = 160+128+9=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A08009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08009 is #5F7FF6. Grayscale: #7C7C7C. Windows color (decimal): -6258679 or 622752. OLE color: 622752.

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

Color convert

RGB 160 128 9 -
CMYK 0 0.20 0.94 0.37
HSL 47.28º 0.89% 0.33% -
HSV(B) 47.28º 0.94% 0.63% -
XYZ 22.27 22.93 3.51 -
YUV 124 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 160 128 9 0 0.20 0.94 0.37 47.28 0.89 0.33
Hex A0 80 9 0 14 5E 25 2F 59 21
Octal 240 200 11 0 24 136 45 57 131 41
Binary 10100000 10000000 1001 0 10100 1011110 100101 101111 1011001 100001

Color Harmonies of #A08009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08009

Black with #A08009

Text Example


Text Example

White with #A08009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08009; }

 p { color: rgb(160,128,9); }

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

background-color css

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

 a { background-color: rgb(160,128,9); }

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

border-color css

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

 span { border-color: rgb(160,128,9); }

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