#AB7918

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

Shades of Hacienda #AB7918

Tints of Hacienda #AB7918

Color information

#AB7918 (or 0xAB7918) is unknown color: approx Hacienda. HEX triplet: AB, 79 and 18. RGB value is (171,121,24). Sum of RGB (Red+Green+Blue) = 171+121+24=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7918 is #5486E7. Grayscale: #7D7D7D. Windows color (decimal): -5539560 or 1604011. OLE color: 1604011.

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

Color convert

RGB17112124-
CMYK00.290.860.33
HSL39.59º75.38%38.24%-
HSV(B)39.59º85.96%67.06%-
XYZ23.822.43.93-
YUV124.8971.06160.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=54.11%
G=38.29%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711212400.290.860.3339.5975.3838.24
HexAB791801D5621284b26
Octal25317130035126415011346
Binary1010101111110011100001110110101101000011010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7918; }

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

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

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

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

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

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

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

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