#AA7653

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

Shades of Sante Fe #AA7653

Tints of Sante Fe #AA7653

Color information

#AA7653 (or 0xAA7653) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 53. RGB value is (170,118,83). Sum of RGB (Red+Green+Blue) = 170+118+83=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7653 is #5589AC. Grayscale: #818181. Windows color (decimal): -5605805 or 5469866. OLE color: 5469866.

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

Color convert

RGB17011883-
CMYK00.310.510.33
HSL24.14º34.39%49.61%-
HSV(B)24.14º51.18%66.67%-
XYZ24.6222.1311.16-
YUV129.56101.73156.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=45.82%
G=31.81%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701188300.310.510.3324.1434.3949.61
HexAA765301F3321182232
Octal2521661230376341304262
Binary101010101110110101001101111111001110000111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7653; }

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

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

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

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

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

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

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

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