#A87552

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

Shades of Sante Fe #A87552

Tints of Sante Fe #A87552

Color information

#A87552 (or 0xA87552) is unknown color: approx Sante Fe. HEX triplet: A8, 75 and 52. RGB value is (168,117,82). Sum of RGB (Red+Green+Blue) = 168+117+82=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A87552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87552 is #578AAD. Grayscale: #808080. Windows color (decimal): -5737134 or 5404072. OLE color: 5404072.

HSL color Cylindrical-coordinate representation of color #A87552: hue angle of 24.42º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A87552 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16811782-
CMYK00.300.510.34
HSL24.42º34.4%49.02%-
HSV(B)24.42º51.19%65.88%-
XYZ24.0321.6610.9-
YUV128.26101.9156.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=45.78%
G=31.88%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681178200.300.510.3424.4234.449.02
HexA8755201E3322182231
Octal2501651220366342304261
Binary101010001110101101001001111011001110001011000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87552; }

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

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

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

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

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

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

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

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