#AB7052

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

Shades of Sante Fe #AB7052

Tints of Sante Fe #AB7052

Color information

#AB7052 (or 0xAB7052) is unknown color: approx Sante Fe. HEX triplet: AB, 70 and 52. RGB value is (171,112,82). Sum of RGB (Red+Green+Blue) = 171+112+82=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7052 is #548FAD. Grayscale: #7E7E7E. Windows color (decimal): -5541806 or 5402795. OLE color: 5402795.

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

Color convert

RGB17111282-
CMYK00.350.520.33
HSL20.22º35.18%49.61%-
HSV(B)20.22º52.05%67.06%-
XYZ24.1120.8610.74-
YUV126.22103.05159.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=46.85%
G=30.68%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711128200.350.520.3320.2235.1849.61
HexAB70520233421142332
Octal2531601220436441244362
Binary1010101111100001010010010001111010010000110100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7052; }

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

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

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

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

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

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

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

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