#AA6C57

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

Shades of Sante Fe #AA6C57

Tints of Sante Fe #AA6C57

Color information

#AA6C57 (or 0xAA6C57) is unknown color: approx Sante Fe. HEX triplet: AA, 6C and 57. RGB value is (170,108,87). Sum of RGB (Red+Green+Blue) = 170+108+87=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C57 is #5593A8. Grayscale: #7C7C7C. Windows color (decimal): -5608361 or 5729450. OLE color: 5729450.

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

Color convert

RGB17010887-
CMYK00.360.490.33
HSL15.18º32.81%50.39%-
HSV(B)15.18º48.82%66.67%-
XYZ23.6619.9611.62-
YUV124.14107.04160.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=46.58%
G=29.59%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701088700.360.490.3315.1832.8150.39
HexAA6C570243121f2132
Octal2521541270446141174162
Binary101010101101100101011101001001100011000011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C57; }

 p { color: rgb(170,108,87); }

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

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

 a { background-color: rgb(170,108,87); }

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

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

 span { border-color: rgb(170,108,87); }

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