#AA6649

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

Shades of Sante Fe #AA6649

Tints of Sante Fe #AA6649

Color information

#AA6649 (or 0xAA6649) is unknown color: approx Sante Fe. HEX triplet: AA, 66 and 49. RGB value is (170,102,73). Sum of RGB (Red+Green+Blue) = 170+102+73=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6649 is #5599B6. Grayscale: #777777. Windows color (decimal): -5609911 or 4810410. OLE color: 4810410.

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

Color convert

RGB17010273-
CMYK00.40.570.33
HSL17.94º39.92%47.65%-
HSV(B)17.94º57.06%66.67%-
XYZ22.5318.538.69-
YUV119.03102.03164.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=49.28%
G=29.57%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701027300.40.570.3317.9439.9247.65
HexAA66490283921122830
Octal2521461110507141225060
Binary1010101011001101001001010100011100110000110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6649; }

 p { color: rgb(170,102,73); }

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

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

 a { background-color: rgb(170,102,73); }

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

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

 span { border-color: rgb(170,102,73); }

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