#A87653

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

Shades of Sante Fe #A87653

Tints of Sante Fe #A87653

Color information

#A87653 (or 0xA87653) is unknown color: approx Sante Fe. HEX triplet: A8, 76 and 53. RGB value is (168,118,83). Sum of RGB (Red+Green+Blue) = 168+118+83=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87653 is #5789AC. Grayscale: #818181. Windows color (decimal): -5736877 or 5469864. OLE color: 5469864.

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

Color convert

RGB16811883-
CMYK00.300.510.34
HSL24.71º33.86%49.22%-
HSV(B)24.71º50.6%65.88%-
XYZ24.1921.9111.14-
YUV128.96102.06155.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=45.53%
G=31.98%
B=22.49%

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
Decimal1681188300.300.510.3424.7133.8649.22
HexA8765301E3322192231
Octal2501661230366342314261
Binary101010001110110101001101111011001110001011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87653; }

 p { color: rgb(168,118,83); }

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

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

 a { background-color: rgb(168,118,83); }

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

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

 span { border-color: rgb(168,118,83); }

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