#AB6957

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

Shades of Sante Fe #AB6957

Tints of Sante Fe #AB6957

Color information

#AB6957 (or 0xAB6957) is unknown color: approx Sante Fe. HEX triplet: AB, 69 and 57. RGB value is (171,105,87). Sum of RGB (Red+Green+Blue) = 171+105+87=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6957 is #5496A8. Grayscale: #7A7A7A. Windows color (decimal): -5543593 or 5728683. OLE color: 5728683.

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

Color convert

RGB17110587-
CMYK00.390.490.33
HSL12.86º33.33%50.59%-
HSV(B)12.86º49.12%67.06%-
XYZ23.5719.4511.53-
YUV122.68107.87162.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=47.11%
G=28.93%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711058700.390.490.3312.8633.3350.59
HexAB69570273121d2133
Octal2531511270476141154163
Binary101010111101001101011101001111100011000011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6957; }

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

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

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

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

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

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

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

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