#AB7F18

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

Shades of Hacienda #AB7F18

Tints of Hacienda #AB7F18

Color information

#AB7F18 (or 0xAB7F18) is unknown color: approx Hacienda. HEX triplet: AB, 7F and 18. RGB value is (171,127,24). Sum of RGB (Red+Green+Blue) = 171+127+24=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F18 is #5480E7. Grayscale: #808080. Windows color (decimal): -5538024 or 1605547. OLE color: 1605547.

HSL color Cylindrical-coordinate representation of color #AB7F18: hue angle of 42.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB7F18 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17112724-
CMYK00.260.860.33
HSL42.04º75.38%38.24%-
HSV(B)42.04º85.96%67.06%-
XYZ24.5523.94.18-
YUV128.4169.08158.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 24 (9.77% from 255) = 7.45%
R=53.11%
G=39.44%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711272400.260.860.3342.0475.3838.24
HexAB7F1801A56212a4b26
Octal25317730032126415211346
Binary1010101111111111100001101010101101000011010101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F18; }

 p { color: rgb(171,127,24); }

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

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

 a { background-color: rgb(171,127,24); }

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

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

 span { border-color: rgb(171,127,24); }

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