#AB8524

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

Shades of Hacienda #AB8524

Tints of Hacienda #AB8524

Color information

#AB8524 (or 0xAB8524) is unknown color: approx Hacienda. HEX triplet: AB, 85 and 24. RGB value is (171,133,36). Sum of RGB (Red+Green+Blue) = 171+133+36=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8524 is #547ADB. Grayscale: #858585. Windows color (decimal): -5536476 or 2393515. OLE color: 2393515.

HSL color Cylindrical-coordinate representation of color #AB8524: hue angle of 43.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB8524 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17113336-
CMYK00.220.790.33
HSL43.11º65.22%40.59%-
HSV(B)43.11º78.95%67.06%-
XYZ25.525.565.26-
YUV133.373.09154.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 36 (14.45% from 255) = 10.59%
R=50.29%
G=39.12%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711333600.220.790.3343.1165.2240.59
HexAB85240164F212b4129
Octal25320544026117415310151
Binary101010111000010110010001011010011111000011010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8524; }

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

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

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

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

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

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

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

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