#AB7057

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

Shades of Sante Fe #AB7057

Tints of Sante Fe #AB7057

Color information

#AB7057 (or 0xAB7057) is unknown color: approx Sante Fe. HEX triplet: AB, 70 and 57. RGB value is (171,112,87). Sum of RGB (Red+Green+Blue) = 171+112+87=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7057 is #548FA8. Grayscale: #7E7E7E. Windows color (decimal): -5541801 or 5730475. OLE color: 5730475.

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

Color convert

RGB17111287-
CMYK00.350.490.33
HSL17.86º33.33%50.59%-
HSV(B)17.86º49.12%67.06%-
XYZ24.3120.9311.78-
YUV126.79105.55159.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=46.22%
G=30.27%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711128700.350.490.3317.8633.3350.59
HexAB70570233121122133
Octal2531601270436141224163
Binary1010101111100001010111010001111000110000110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7057; }

 p { color: rgb(171,112,87); }

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

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

 a { background-color: rgb(171,112,87); }

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

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

 span { border-color: rgb(171,112,87); }

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