#AB6D57

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

Shades of Sante Fe #AB6D57

Tints of Sante Fe #AB6D57

Color information

#AB6D57 (or 0xAB6D57) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 57. RGB value is (171,109,87). Sum of RGB (Red+Green+Blue) = 171+109+87=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D57 is #5492A8. Grayscale: #7D7D7D. Windows color (decimal): -5542569 or 5729707. OLE color: 5729707.

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

Color convert

RGB17110987-
CMYK00.360.490.33
HSL15.71º33.33%50.59%-
HSV(B)15.71º49.12%67.06%-
XYZ23.9820.2811.67-
YUV125.03106.54160.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=46.59%
G=29.70%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711098700.360.490.3315.7133.3350.59
HexAB6D570243121102133
Octal2531551270446141204163
Binary1010101111011011010111010010011000110000110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D57; }

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

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

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

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

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

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

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

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