#AA6653

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

Shades of Sante Fe #AA6653

Tints of Sante Fe #AA6653

Color information

#AA6653 (or 0xAA6653) is unknown color: approx Sante Fe. HEX triplet: AA, 66 and 53. RGB value is (170,102,83). Sum of RGB (Red+Green+Blue) = 170+102+83=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6653 is #5599AC. Grayscale: #787878. Windows color (decimal): -5609901 or 5465770. OLE color: 5465770.

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

Color convert

RGB17010283-
CMYK00.40.510.33
HSL13.1º34.39%49.61%-
HSV(B)13.1º51.18%66.67%-
XYZ22.8918.6710.58-
YUV120.17107.03163.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=47.89%
G=28.73%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701028300.40.510.3313.134.3949.61
HexAA66530283321d2232
Octal2521461230506341154262
Binary101010101100110101001101010001100111000011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6653; }

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

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

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

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

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

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

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

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