Html Css Color HEX #A08620 Hacienda

📋 copy color: '#A08620'

red 160 ◦ green 134 ◦ blue 32

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

Shades of Hacienda #A08620

Tints of Hacienda #A08620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 49.08%
G = 41.1%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A08620 (or 0xA08620) is known color: Hacienda. HEX triplet: A0, 86 and 20. RGB value is (160,134,32). Sum of RGB (Red+Green+Blue) = 160+134+32=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A08620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08620 is #5F79DF. Grayscale: #828282. Windows color (decimal): -6257120 or 2131616. OLE color: 2131616.

HSL color Cylindrical-coordinate representation of color #A08620: hue angle of 47.81º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A08620 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 32 -
CMYK 0 0.16 0.80 0.37
HSL 47.81º 0.67% 0.38% -
HSV(B) 47.81º 0.8% 0.63% -
XYZ 23.28 24.63 4.89 -
YUV 130.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 160 134 32 0 0.16 0.80 0.37 47.81 0.67 0.38
Hex A0 86 20 0 10 50 25 30 43 26
Octal 240 206 40 0 20 120 45 60 103 46
Binary 10100000 10000110 100000 0 10000 1010000 100101 110000 1000011 100110

Color Harmonies of #A08620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08620

Black with #A08620

Text Example


Text Example

White with #A08620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08620; }

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

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

background-color css

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

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

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

border-color css

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

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

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