#AA6455

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

Shades of Sante Fe #AA6455

Tints of Sante Fe #AA6455

Color information

#AA6455 (or 0xAA6455) is unknown color: approx Sante Fe. HEX triplet: AA, 64 and 55. RGB value is (170,100,85). Sum of RGB (Red+Green+Blue) = 170+100+85=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6455 is #559BAA. Grayscale: #777777. Windows color (decimal): -5610411 or 5596330. OLE color: 5596330.

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

Color convert

RGB17010085-
CMYK00.410.500.33
HSL10.59º33.33%50%-
HSV(B)10.59º50%66.67%-
XYZ22.7718.3210.93-
YUV119.22108.69164.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=47.89%
G=28.17%
B=23.94%

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
Decimal1701008500.410.500.3310.5933.3350
HexAA64550293221b2132
Octal2521441250516241134162
Binary101010101100100101010101010011100101000011011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6455; }

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

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

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

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

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

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

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

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