#A18524

Color #A18524 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A18524

Tints of Hacienda #A18524

Color information

#A18524 (or 0xA18524) is unknown color: approx Hacienda. HEX triplet: A1, 85 and 24. RGB value is (161,133,36). Sum of RGB (Red+Green+Blue) = 161+133+36=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18524 is #5E7ADB. Grayscale: #828282. Windows color (decimal): -6191836 or 2393505. OLE color: 2393505.

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

Color convert

RGB16113336-
CMYK00.170.780.37
HSL46.56º63.45%38.63%-
HSV(B)46.56º77.64%63.14%-
XYZ23.424.485.16-
YUV130.3174.78149.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=48.79%
G=40.30%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611333600.170.780.3746.5663.4538.63
HexA185240114E252f3f27
Octal2412054402111645577747
Binary10100001100001011001000100011001110100101101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18524; }

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

 H1.HeaderClassName
 {
   color: #A18524;
 }
 .AnyTagClassName
 {
   color: #A18524;
 }
</style>
background-color css

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

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

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

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

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

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