Html Css Color HEX #A18424 Hacienda

📋 copy color: '#A18424'

red 161 ◦ green 132 ◦ blue 36

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

Shades of Hacienda #A18424

Tints of Hacienda #A18424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 48.94%
G = 40.12%
B = 10.94%

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

#A18424 (or 0xA18424) is known color: Hacienda. HEX triplet: A1, 84 and 24. RGB value is (161,132,36). Sum of RGB (Red+Green+Blue) = 161+132+36=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A18424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18424 is #5E7BDB. Grayscale: #828282. Windows color (decimal): -6192092 or 2393249. OLE color: 2393249.

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

Color convert

RGB 161 132 36 -
CMYK 0 0.18 0.78 0.37
HSL 46.08º 0.63% 0.39% -
HSV(B) 46.08º 0.78% 0.63% -
XYZ 23.27 24.21 5.12 -
YUV 129.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 161 132 36 0 0.18 0.78 0.37 46.08 0.63 0.39
Hex A1 84 24 0 12 4E 25 2E 3F 27
Octal 241 204 44 0 22 116 45 56 77 47
Binary 10100001 10000100 100100 0 10010 1001110 100101 101110 111111 100111

Color Harmonies of #A18424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18424

Black with #A18424

Text Example


Text Example

White with #A18424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18424; }

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

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

background-color css

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

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

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

border-color css

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

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

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