#AB7459

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

Shades of Sante Fe #AB7459

Tints of Sante Fe #AB7459

Color information

#AB7459 (or 0xAB7459) is unknown color: approx Sante Fe. HEX triplet: AB, 74 and 59. RGB value is (171,116,89). Sum of RGB (Red+Green+Blue) = 171+116+89=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7459 is #548BA6. Grayscale: #818181. Windows color (decimal): -5540775 or 5862571. OLE color: 5862571.

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

Color convert

RGB17111689-
CMYK00.320.480.33
HSL19.76º32.8%50.98%-
HSV(B)19.76º47.95%67.06%-
XYZ24.8421.8712.36-
YUV129.37105.22157.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=45.48%
G=30.85%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711168900.320.480.3319.7632.850.98
HexAB74590203021142133
Octal2531641310406041244163
Binary1010101111101001011001010000011000010000110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7459; }

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

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

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

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

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

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

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

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