#AB7352

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

Shades of Sante Fe #AB7352

Tints of Sante Fe #AB7352

Color information

#AB7352 (or 0xAB7352) is unknown color: approx Sante Fe. HEX triplet: AB, 73 and 52. RGB value is (171,115,82). Sum of RGB (Red+Green+Blue) = 171+115+82=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7352 is #548CAD. Grayscale: #808080. Windows color (decimal): -5541038 or 5403563. OLE color: 5403563.

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

Color convert

RGB17111582-
CMYK00.330.520.33
HSL22.25º35.18%49.61%-
HSV(B)22.25º52.05%67.06%-
XYZ24.4521.5310.85-
YUV127.98102.05158.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=46.47%
G=31.25%
B=22.28%

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
Decimal1711158200.330.520.3322.2535.1849.61
HexAB73520213421162332
Octal2531631220416441264362
Binary1010101111100111010010010000111010010000110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7352; }

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

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

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

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

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

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

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

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