#A18125

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

Shades of Hacienda #A18125

Tints of Hacienda #A18125

Color information

#A18125 (or 0xA18125) is unknown color: approx Hacienda. HEX triplet: A1, 81 and 25. RGB value is (161,129,37). Sum of RGB (Red+Green+Blue) = 161+129+37=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18125 is #5E7EDA. Grayscale: #808080. Windows color (decimal): -6192859 or 2458017. OLE color: 2458017.

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

Color convert

RGB16112937-
CMYK00.200.770.37
HSL44.52º62.63%38.82%-
HSV(B)44.52º77.02%63.14%-
XYZ22.8823.415.06-
YUV128.0876.6151.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 37 (14.84% from 255) = 11.31%
R=49.24%
G=39.45%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611293700.200.770.3744.5262.6338.82
HexA181250144D252d3f27
Octal2412014502411545557747
Binary10100001100000011001010101001001101100101101101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18125; }

 p { color: rgb(161,129,37); }

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

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

 a { background-color: rgb(161,129,37); }

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

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

 span { border-color: rgb(161,129,37); }

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