#AA7655

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

Shades of Sante Fe #AA7655

Tints of Sante Fe #AA7655

Color information

#AA7655 (or 0xAA7655) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 55. RGB value is (170,118,85). Sum of RGB (Red+Green+Blue) = 170+118+85=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7655 is #5589AA. Grayscale: #818181. Windows color (decimal): -5605803 or 5600938. OLE color: 5600938.

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

Color convert

RGB17011885-
CMYK00.310.500.33
HSL23.29º33.33%50%-
HSV(B)23.29º50%66.67%-
XYZ24.722.1611.57-
YUV129.79102.73156.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=45.58%
G=31.64%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701188500.310.500.3323.2933.3350
HexAA765501F3221172132
Octal2521661250376241274162
Binary101010101110110101010101111111001010000110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7655; }

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

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

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

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

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

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

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

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