#AB6959

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

Shades of Sante Fe #AB6959

Tints of Sante Fe #AB6959

Color information

#AB6959 (or 0xAB6959) is unknown color: approx Sante Fe. HEX triplet: AB, 69 and 59. RGB value is (171,105,89). Sum of RGB (Red+Green+Blue) = 171+105+89=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6959 is #5496A6. Grayscale: #7B7B7B. Windows color (decimal): -5543591 or 5859755. OLE color: 5859755.

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

Color convert

RGB17110589-
CMYK00.390.480.33
HSL11.71º32.8%50.98%-
HSV(B)11.71º47.95%67.06%-
XYZ23.6519.4811.97-
YUV122.91108.87162.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=46.85%
G=28.77%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711058900.390.480.3311.7132.850.98
HexAB69590273021c2133
Octal2531511310476041144163
Binary101010111101001101100101001111100001000011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6959; }

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

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

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

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

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

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

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

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