#A87555

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

Shades of Sante Fe #A87555

Tints of Sante Fe #A87555

Color information

#A87555 (or 0xA87555) is unknown color: approx Sante Fe. HEX triplet: A8, 75 and 55. RGB value is (168,117,85). Sum of RGB (Red+Green+Blue) = 168+117+85=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A87555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87555 is #578AAA. Grayscale: #808080. Windows color (decimal): -5737131 or 5600680. OLE color: 5600680.

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

Color convert

RGB16811785-
CMYK00.300.490.34
HSL23.13º32.81%49.61%-
HSV(B)23.13º49.4%65.88%-
XYZ24.1521.711.51-
YUV128.6103.4156.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=45.41%
G=31.62%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681178500.300.490.3423.1332.8149.61
HexA8755501E3122172132
Octal2501651250366142274162
Binary101010001110101101010101111011000110001010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87555; }

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

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

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

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

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

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

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

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