#AA6555

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

Shades of Sante Fe #AA6555

Tints of Sante Fe #AA6555

Color information

#AA6555 (or 0xAA6555) is unknown color: approx Sante Fe. HEX triplet: AA, 65 and 55. RGB value is (170,101,85). Sum of RGB (Red+Green+Blue) = 170+101+85=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6555 is #559AAA. Grayscale: #777777. Windows color (decimal): -5610155 or 5596586. OLE color: 5596586.

HSL color Cylindrical-coordinate representation of color #AA6555: hue angle of 11.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 #AA6555 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17010185-
CMYK00.410.500.33
HSL11.29º33.33%50%-
HSV(B)11.29º50%66.67%-
XYZ22.8718.5110.96-
YUV119.81108.36163.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=47.75%
G=28.37%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701018500.410.500.3311.2933.3350
HexAA65550293221b2132
Octal2521451250516241134162
Binary101010101100101101010101010011100101000011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6555; }

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

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

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

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

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

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

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

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