#AB7552

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

Shades of Sante Fe #AB7552

Tints of Sante Fe #AB7552

Color information

#AB7552 (or 0xAB7552) is unknown color: approx Sante Fe. HEX triplet: AB, 75 and 52. RGB value is (171,117,82). Sum of RGB (Red+Green+Blue) = 171+117+82=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7552 is #548AAD. Grayscale: #818181. Windows color (decimal): -5540526 or 5404075. OLE color: 5404075.

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

Color convert

RGB17111782-
CMYK00.320.520.33
HSL23.6º35.18%49.61%-
HSV(B)23.6º52.05%67.06%-
XYZ24.6821.9910.93-
YUV129.16101.39157.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=46.22%
G=31.62%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711178200.320.520.3323.635.1849.61
HexAB75520203421182332
Octal2531651220406441304362
Binary1010101111101011010010010000011010010000111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7552; }

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

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

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

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

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

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

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

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