#AB6F57

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

Shades of Sante Fe #AB6F57

Tints of Sante Fe #AB6F57

Color information

#AB6F57 (or 0xAB6F57) is unknown color: approx Sante Fe. HEX triplet: AB, 6F and 57. RGB value is (171,111,87). Sum of RGB (Red+Green+Blue) = 171+111+87=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F57 is #5490A8. Grayscale: #7E7E7E. Windows color (decimal): -5542057 or 5730219. OLE color: 5730219.

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

Color convert

RGB17111187-
CMYK00.350.490.33
HSL17.14º33.33%50.59%-
HSV(B)17.14º49.12%67.06%-
XYZ24.220.7111.74-
YUV126.2105.88159.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=46.34%
G=30.08%
B=23.58%

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
Decimal1711118700.350.490.3317.1433.3350.59
HexAB6F570233121112133
Octal2531571270436141214163
Binary1010101111011111010111010001111000110000110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F57; }

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

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

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

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

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

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

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

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