Html Css Color HEX #A08921 Hacienda

📋 copy color: '#A08921'

red 160 ◦ green 137 ◦ blue 33

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

Shades of Hacienda #A08921

Tints of Hacienda #A08921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 48.48%
G = 41.52%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08921 (or 0xA08921) is known color: Hacienda. HEX triplet: A0, 89 and 21. RGB value is (160,137,33). Sum of RGB (Red+Green+Blue) = 160+137+33=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A08921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08921 is #5F76DE. Grayscale: #848484. Windows color (decimal): -6256351 or 2197920. OLE color: 2197920.

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

Color convert

RGB 160 137 33 -
CMYK 0 0.14 0.79 0.37
HSL 49.13º 0.66% 0.38% -
HSV(B) 49.13º 0.79% 0.63% -
XYZ 23.72 25.47 5.11 -
YUV 132.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 160 137 33 0 0.14 0.79 0.37 49.13 0.66 0.38
Hex A0 89 21 0 E 4F 25 31 42 26
Octal 240 211 41 0 16 117 45 61 102 46
Binary 10100000 10001001 100001 0 1110 1001111 100101 110001 1000010 100110

Color Harmonies of #A08921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08921

Black with #A08921

Text Example


Text Example

White with #A08921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08921; }

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

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

background-color css

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

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

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

border-color css

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

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

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