#AA6D52

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

Shades of Sante Fe #AA6D52

Tints of Sante Fe #AA6D52

Color information

#AA6D52 (or 0xAA6D52) is unknown color: approx Sante Fe. HEX triplet: AA, 6D and 52. RGB value is (170,109,82). Sum of RGB (Red+Green+Blue) = 170+109+82=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D52 is #5592AD. Grayscale: #7C7C7C. Windows color (decimal): -5608110 or 5402026. OLE color: 5402026.

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

Color convert

RGB17010982-
CMYK00.360.520.33
HSL18.41º34.92%49.41%-
HSV(B)18.41º51.76%66.67%-
XYZ23.5720.0910.62-
YUV124.16104.21160.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=47.09%
G=30.19%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701098200.360.520.3318.4134.9249.41
HexAA6D520243421122331
Octal2521551220446441224361
Binary1010101011011011010010010010011010010000110010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D52; }

 p { color: rgb(170,109,82); }

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

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

 a { background-color: rgb(170,109,82); }

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

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

 span { border-color: rgb(170,109,82); }

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