Html Css Color HEX #A08924 Hacienda

📋 copy color: '#A08924'

red 160 ◦ green 137 ◦ blue 36

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

Shades of Hacienda #A08924

Tints of Hacienda #A08924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 48.05%
G = 41.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08924 (or 0xA08924) is known color: Hacienda. HEX triplet: A0, 89 and 24. RGB value is (160,137,36). Sum of RGB (Red+Green+Blue) = 160+137+36=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A08924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08924 is #5F76DB. Grayscale: #848484. Windows color (decimal): -6256348 or 2394528. OLE color: 2394528.

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

Color convert

RGB 160 137 36 -
CMYK 0 0.14 0.78 0.37
HSL 48.87º 0.63% 0.38% -
HSV(B) 48.87º 0.78% 0.63% -
XYZ 23.76 25.49 5.34 -
YUV 132.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 160 137 36 0 0.14 0.78 0.37 48.87 0.63 0.38
Hex A0 89 24 0 E 4E 25 31 3F 26
Octal 240 211 44 0 16 116 45 61 77 46
Binary 10100000 10001001 100100 0 1110 1001110 100101 110001 111111 100110

Color Harmonies of #A08924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08924

Black with #A08924

Text Example


Text Example

White with #A08924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08924; }

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

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

background-color css

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

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

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

border-color css

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

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

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