#AA664B

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

Shades of Sante Fe #AA664B

Tints of Sante Fe #AA664B

Color information

#AA664B (or 0xAA664B) is unknown color: approx Sante Fe. HEX triplet: AA, 66 and 4B. RGB value is (170,102,75). Sum of RGB (Red+Green+Blue) = 170+102+75=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA664B is #5599B4. Grayscale: #777777. Windows color (decimal): -5609909 or 4941482. OLE color: 4941482.

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

Color convert

RGB17010275-
CMYK00.40.560.33
HSL17.05º38.78%48.04%-
HSV(B)17.05º55.88%66.67%-
XYZ22.618.569.05-
YUV119.25103.03164.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=48.99%
G=29.39%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701027500.40.560.3317.0538.7848.04
HexAA664B0283821112730
Octal2521461130507041214760
Binary1010101011001101001011010100011100010000110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA664B; }

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

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

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

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

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

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

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

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