#AB704E

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

Shades of Sante Fe #AB704E

Tints of Sante Fe #AB704E

Color information

#AB704E (or 0xAB704E) is unknown color: approx Sante Fe. HEX triplet: AB, 70 and 4E. RGB value is (171,112,78). Sum of RGB (Red+Green+Blue) = 171+112+78=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB704E is #548FB1. Grayscale: #7D7D7D. Windows color (decimal): -5541810 or 5140651. OLE color: 5140651.

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

Color convert

RGB17111278-
CMYK00.350.540.33
HSL21.94º37.35%48.82%-
HSV(B)21.94º54.39%67.06%-
XYZ23.9620.89.96-
YUV125.76101.05160.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=47.37%
G=31.02%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711127800.350.540.3321.9437.3548.82
HexAB704E0233621162531
Octal2531601160436641264561
Binary1010101111100001001110010001111011010000110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB704E; }

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

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

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

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

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

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

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

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