#AB7259

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

Shades of Sante Fe #AB7259

Tints of Sante Fe #AB7259

Color information

#AB7259 (or 0xAB7259) is unknown color: approx Sante Fe. HEX triplet: AB, 72 and 59. RGB value is (171,114,89). Sum of RGB (Red+Green+Blue) = 171+114+89=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7259 is #548DA6. Grayscale: #808080. Windows color (decimal): -5541287 or 5862059. OLE color: 5862059.

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

Color convert

RGB17111489-
CMYK00.330.480.33
HSL18.29º32.8%50.98%-
HSV(B)18.29º47.95%67.06%-
XYZ24.6221.4112.29-
YUV128.19105.88158.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=45.72%
G=30.48%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711148900.330.480.3318.2932.850.98
HexAB72590213021122133
Octal2531621310416041224163
Binary1010101111100101011001010000111000010000110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7259; }

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

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

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

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

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

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

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

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