#A87556

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

Shades of Sante Fe #A87556

Tints of Sante Fe #A87556

Color information

#A87556 (or 0xA87556) is unknown color: approx Sante Fe. HEX triplet: A8, 75 and 56. RGB value is (168,117,86). Sum of RGB (Red+Green+Blue) = 168+117+86=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87556 is #578AA9. Grayscale: #808080. Windows color (decimal): -5737130 or 5666216. OLE color: 5666216.

HSL color Cylindrical-coordinate representation of color #A87556: hue angle of 22.68º degrees, saturation: 0.32, 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 #A87556 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16811786-
CMYK00.300.490.34
HSL22.68º32.28%49.8%-
HSV(B)22.68º48.81%65.88%-
XYZ24.1921.7211.72-
YUV128.72103.9156.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=45.28%
G=31.54%
B=23.18%

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
Decimal1681178600.300.490.3422.6832.2849.8
HexA8755601E3122172032
Octal2501651260366142274062
Binary101010001110101101011001111011000110001010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87556; }

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

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

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

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

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

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

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

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