#AB8424

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

Shades of Hacienda #AB8424

Tints of Hacienda #AB8424

Color information

#AB8424 (or 0xAB8424) is unknown color: approx Hacienda. HEX triplet: AB, 84 and 24. RGB value is (171,132,36). Sum of RGB (Red+Green+Blue) = 171+132+36=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8424 is #547BDB. Grayscale: #858585. Windows color (decimal): -5536732 or 2393259. OLE color: 2393259.

HSL color Cylindrical-coordinate representation of color #AB8424: hue angle of 42.67º 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 #AB8424 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB17113236-
CMYK00.230.790.33
HSL42.67º65.22%40.59%-
HSV(B)42.67º78.95%67.06%-
XYZ25.3625.295.21-
YUV132.7273.42155.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=50.44%
G=38.94%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711323600.230.790.3342.6765.2240.59
HexAB84240174F212b4129
Octal25320444027117415310151
Binary101010111000010010010001011110011111000011010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8424; }

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

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

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

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

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

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

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

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