Html Css Color HEX #A08720 Hacienda

📋 copy color: '#A08720'

red 160 ◦ green 135 ◦ blue 32

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

Shades of Hacienda #A08720

Tints of Hacienda #A08720

RGB

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

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

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

R = 48.93%
G = 41.28%
B = 9.79%

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

#A08720 (or 0xA08720) is known color: Hacienda. HEX triplet: A0, 87 and 20. RGB value is (160,135,32). Sum of RGB (Red+Green+Blue) = 160+135+32=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A08720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08720 is #5F78DF. Grayscale: #838383. Windows color (decimal): -6256864 or 2131872. OLE color: 2131872.

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

Color convert

RGB 160 135 32 -
CMYK 0 0.16 0.80 0.37
HSL 48.28º 0.67% 0.38% -
HSV(B) 48.28º 0.8% 0.63% -
XYZ 23.42 24.91 4.94 -
YUV 130.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 160 135 32 0 0.16 0.80 0.37 48.28 0.67 0.38
Hex A0 87 20 0 10 50 25 30 43 26
Octal 240 207 40 0 20 120 45 60 103 46
Binary 10100000 10000111 100000 0 10000 1010000 100101 110000 1000011 100110

Color Harmonies of #A08720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08720

Black with #A08720

Text Example


Text Example

White with #A08720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08720; }

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

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

background-color css

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

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

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

border-color css

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

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

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