#AB7159

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

Shades of Sante Fe #AB7159

Tints of Sante Fe #AB7159

Color information

#AB7159 (or 0xAB7159) is unknown color: approx Sante Fe. HEX triplet: AB, 71 and 59. RGB value is (171,113,89). Sum of RGB (Red+Green+Blue) = 171+113+89=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7159 is #548EA6. Grayscale: #7F7F7F. Windows color (decimal): -5541543 or 5861803. OLE color: 5861803.

HSL color Cylindrical-coordinate representation of color #AB7159: hue angle of 17.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7159 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17111389-
CMYK00.340.480.33
HSL17.56º32.8%50.98%-
HSV(B)17.56º47.95%67.06%-
XYZ24.521.1912.25-
YUV127.61106.22158.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=45.84%
G=30.29%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711138900.340.480.3317.5632.850.98
HexAB71590223021122133
Octal2531611310426041224163
Binary1010101111100011011001010001011000010000110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7159; }

 p { color: rgb(171,113,89); }

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

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

 a { background-color: rgb(171,113,89); }

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

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

 span { border-color: rgb(171,113,89); }

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