Html Css Color HEX #A18324 Hacienda

📋 copy color: '#A18324'

red 161 ◦ green 131 ◦ blue 36

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

Shades of Hacienda #A18324

Tints of Hacienda #A18324

RGB

 RED value IS 161 (63.28% from 255) = 49.09%

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

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

R = 49.09%
G = 39.94%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A18324 (or 0xA18324) is known color: Hacienda. HEX triplet: A1, 83 and 24. RGB value is (161,131,36). Sum of RGB (Red+Green+Blue) = 161+131+36=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A18324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18324 is #5E7CDB. Grayscale: #818181. Windows color (decimal): -6192348 or 2392993. OLE color: 2392993.

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

Color convert

RGB 161 131 36 -
CMYK 0 0.19 0.78 0.37
HSL 45.6º 0.63% 0.39% -
HSV(B) 45.6º 0.78% 0.63% -
XYZ 23.13 23.94 5.07 -
YUV 129.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 161 131 36 0 0.19 0.78 0.37 45.6 0.63 0.39
Hex A1 83 24 0 13 4E 25 2E 3F 27
Octal 241 203 44 0 23 116 45 56 77 47
Binary 10100001 10000011 100100 0 10011 1001110 100101 101110 111111 100111

Color Harmonies of #A18324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18324

Black with #A18324

Text Example


Text Example

White with #A18324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18324; }

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

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

background-color css

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

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

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

border-color css

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

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

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