#AB8528

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

Shades of Hacienda #AB8528

Tints of Hacienda #AB8528

Color information

#AB8528 (or 0xAB8528) is unknown color: approx Hacienda. HEX triplet: AB, 85 and 28. RGB value is (171,133,40). Sum of RGB (Red+Green+Blue) = 171+133+40=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8528 is #547AD7. Grayscale: #868686. Windows color (decimal): -5536472 or 2655659. OLE color: 2655659.

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

Color convert

RGB17113340-
CMYK00.220.770.33
HSL42.6º62.09%41.37%-
HSV(B)42.6º76.61%67.06%-
XYZ25.5725.595.6-
YUV133.7675.09154.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=49.71%
G=38.66%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711334000.220.770.3342.662.0941.37
HexAB85280164D212b3e29
Octal2532055002611541537651
Binary10101011100001011010000101101001101100001101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8528; }

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

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

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

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

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

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

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

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