Html Css Color HEX #A08324 Hacienda

📋 copy color: '#A08324'

red 160 ◦ green 131 ◦ blue 36

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

Shades of Hacienda #A08324

Tints of Hacienda #A08324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 48.93%
G = 40.06%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08324 (or 0xA08324) is known color: Hacienda. HEX triplet: A0, 83 and 24. RGB value is (160,131,36). Sum of RGB (Red+Green+Blue) = 160+131+36=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A08324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08324 is #5F7CDB. Grayscale: #818181. Windows color (decimal): -6257884 or 2392992. OLE color: 2392992.

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

Color convert

RGB 160 131 36 -
CMYK 0 0.18 0.78 0.37
HSL 45.97º 0.63% 0.38% -
HSV(B) 45.97º 0.78% 0.63% -
XYZ 22.93 23.83 5.06 -
YUV 128.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 160 131 36 0 0.18 0.78 0.37 45.97 0.63 0.38
Hex A0 83 24 0 12 4E 25 2E 3F 26
Octal 240 203 44 0 22 116 45 56 77 46
Binary 10100000 10000011 100100 0 10010 1001110 100101 101110 111111 100110

Color Harmonies of #A08324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08324

Black with #A08324

Text Example


Text Example

White with #A08324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08324; }

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

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

background-color css

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

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

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

border-color css

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

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

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