#A18726

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

Shades of Hacienda #A18726

Tints of Hacienda #A18726

Color information

#A18726 (or 0xA18726) is unknown color: approx Hacienda. HEX triplet: A1, 87 and 26. RGB value is (161,135,38). Sum of RGB (Red+Green+Blue) = 161+135+38=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A18726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18726 is #5E78D9. Grayscale: #848484. Windows color (decimal): -6191322 or 2525089. OLE color: 2525089.

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

Color convert

RGB16113538-
CMYK00.160.760.37
HSL47.32º61.81%39.02%-
HSV(B)47.32º76.4%63.14%-
XYZ23.7125.045.42-
YUV131.7275.11148.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=48.20%
G=40.42%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611353800.160.760.3747.3261.8139.02
HexA187260104C252f3e27
Octal2412074602011445577647
Binary10100001100001111001100100001001100100101101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18726; }

 p { color: rgb(161,135,38); }

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

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

 a { background-color: rgb(161,135,38); }

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

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

 span { border-color: rgb(161,135,38); }

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