#AB7652

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

Shades of Sante Fe #AB7652

Tints of Sante Fe #AB7652

Color information

#AB7652 (or 0xAB7652) is unknown color: approx Sante Fe. HEX triplet: AB, 76 and 52. RGB value is (171,118,82). Sum of RGB (Red+Green+Blue) = 171+118+82=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7652 is #5489AD. Grayscale: #818181. Windows color (decimal): -5540270 or 5404331. OLE color: 5404331.

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

Color convert

RGB17111882-
CMYK00.310.520.33
HSL24.27º35.18%49.61%-
HSV(B)24.27º52.05%67.06%-
XYZ24.822.2210.97-
YUV129.74101.06157.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=46.09%
G=31.81%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711188200.310.520.3324.2735.1849.61
HexAB765201F3421182332
Octal2531661220376441304362
Binary101010111110110101001001111111010010000111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7652; }

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

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

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

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

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

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

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

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