#A97653

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

Shades of Sante Fe #A97653

Tints of Sante Fe #A97653

Color information

#A97653 (or 0xA97653) is unknown color: approx Sante Fe. HEX triplet: A9, 76 and 53. RGB value is (169,118,83). Sum of RGB (Red+Green+Blue) = 169+118+83=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97653 is #5689AC. Grayscale: #818181. Windows color (decimal): -5671341 or 5469865. OLE color: 5469865.

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

Color convert

RGB16911883-
CMYK00.300.510.34
HSL24.42º34.13%49.41%-
HSV(B)24.42º50.89%66.27%-
XYZ24.422.0211.15-
YUV129.26101.9156.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=45.68%
G=31.89%
B=22.43%

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
Decimal1691188300.300.510.3424.4234.1349.41
HexA9765301E3322182231
Octal2511661230366342304261
Binary101010011110110101001101111011001110001011000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97653; }

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

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

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

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

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

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

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

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