#aa664c

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

Shades of Sante Fe #AA664C

Tints of Sante Fe #AA664C

Color information

#AA664C (or 0xAA664C) is unknown color: approx Sante Fe. HEX triplet: AA, 66 and 4C. RGB value is (170,102,76). Sum of RGB (Red+Green+Blue) = 170+102+76=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA664C is #5599B3. Grayscale: #777777. Windows color (decimal): -5609908 or 5007018. OLE color: 5007018.

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

Color convert

RGB17010276-
CMYK00.40.550.33
HSL16.6º38.21%48.24%-
HSV(B)16.6º55.29%66.67%-
XYZ22.6318.579.23-
YUV119.37103.53164.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=48.85%
G=29.31%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701027600.40.550.3316.638.2148.24
HexAA664C0283721112630
Octal2521461140506741214660
Binary1010101011001101001100010100011011110000110001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa664c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa664c; }

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

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

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

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

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

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

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

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