#AB7252

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

Shades of Sante Fe #AB7252

Tints of Sante Fe #AB7252

Color information

#AB7252 (or 0xAB7252) is unknown color: approx Sante Fe. HEX triplet: AB, 72 and 52. RGB value is (171,114,82). Sum of RGB (Red+Green+Blue) = 171+114+82=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7252 is #548DAD. Grayscale: #7F7F7F. Windows color (decimal): -5541294 or 5403307. OLE color: 5403307.

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

Color convert

RGB17111482-
CMYK00.330.520.33
HSL21.57º35.18%49.61%-
HSV(B)21.57º52.05%67.06%-
XYZ24.3321.310.81-
YUV127.4102.38159.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=46.59%
G=31.06%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711148200.330.520.3321.5735.1849.61
HexAB72520213421162332
Octal2531621220416441264362
Binary1010101111100101010010010000111010010000110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7252; }

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

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

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

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

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

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

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

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