Html Css Color HEX #A08221 Hacienda

📋 copy color: '#A08221'

red 160 ◦ green 130 ◦ blue 33

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

Shades of Hacienda #A08221

Tints of Hacienda #A08221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 49.54%
G = 40.25%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08221 (or 0xA08221) is known color: Hacienda. HEX triplet: A0, 82 and 21. RGB value is (160,130,33). Sum of RGB (Red+Green+Blue) = 160+130+33=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A08221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08221 is #5F7DDE. Grayscale: #808080. Windows color (decimal): -6258143 or 2196128. OLE color: 2196128.

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

Color convert

RGB 160 130 33 -
CMYK 0 0.19 0.79 0.37
HSL 45.83º 0.66% 0.38% -
HSV(B) 45.83º 0.79% 0.63% -
XYZ 22.75 23.55 4.78 -
YUV 127.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 160 130 33 0 0.19 0.79 0.37 45.83 0.66 0.38
Hex A0 82 21 0 13 4F 25 2E 42 26
Octal 240 202 41 0 23 117 45 56 102 46
Binary 10100000 10000010 100001 0 10011 1001111 100101 101110 1000010 100110

Color Harmonies of #A08221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08221

Black with #A08221

Text Example


Text Example

White with #A08221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08221; }

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

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

background-color css

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

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

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

border-color css

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

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

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