Html Css Color HEX #A08121 Hacienda

📋 copy color: '#A08121'

red 160 ◦ green 129 ◦ blue 33

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

Shades of Hacienda #A08121

Tints of Hacienda #A08121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 49.69%
G = 40.06%
B = 10.25%

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

#A08121 (or 0xA08121) is known color: Hacienda. HEX triplet: A0, 81 and 21. RGB value is (160,129,33). Sum of RGB (Red+Green+Blue) = 160+129+33=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A08121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08121 is #5F7EDE. Grayscale: #7F7F7F. Windows color (decimal): -6258399 or 2195872. OLE color: 2195872.

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

Color convert

RGB 160 129 33 -
CMYK 0 0.19 0.79 0.37
HSL 45.35º 0.66% 0.38% -
HSV(B) 45.35º 0.79% 0.63% -
XYZ 22.62 23.28 4.74 -
YUV 127.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 160 129 33 0 0.19 0.79 0.37 45.35 0.66 0.38
Hex A0 81 21 0 13 4F 25 2D 42 26
Octal 240 201 41 0 23 117 45 55 102 46
Binary 10100000 10000001 100001 0 10011 1001111 100101 101101 1000010 100110

Color Harmonies of #A08121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08121

Black with #A08121

Text Example


Text Example

White with #A08121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08121; }

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

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

background-color css

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

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

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

border-color css

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

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

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