Html Css Color HEX #A08521 Hacienda

📋 copy color: '#A08521'

red 160 ◦ green 133 ◦ blue 33

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

Shades of Hacienda #A08521

Tints of Hacienda #A08521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 49.08%
G = 40.8%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08521 (or 0xA08521) is known color: Hacienda. HEX triplet: A0, 85 and 21. RGB value is (160,133,33). Sum of RGB (Red+Green+Blue) = 160+133+33=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A08521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08521 is #5F7ADE. Grayscale: #828282. Windows color (decimal): -6257375 or 2196896. OLE color: 2196896.

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

Color convert

RGB 160 133 33 -
CMYK 0 0.17 0.79 0.37
HSL 47.24º 0.66% 0.38% -
HSV(B) 47.24º 0.79% 0.63% -
XYZ 23.16 24.36 4.92 -
YUV 129.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 160 133 33 0 0.17 0.79 0.37 47.24 0.66 0.38
Hex A0 85 21 0 11 4F 25 2F 42 26
Octal 240 205 41 0 21 117 45 57 102 46
Binary 10100000 10000101 100001 0 10001 1001111 100101 101111 1000010 100110

Color Harmonies of #A08521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08521

Black with #A08521

Text Example


Text Example

White with #A08521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08521; }

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

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

background-color css

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

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

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

border-color css

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

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

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