#AA6453

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

Shades of Sante Fe #AA6453

Tints of Sante Fe #AA6453

Color information

#AA6453 (or 0xAA6453) is unknown color: approx Sante Fe. HEX triplet: AA, 64 and 53. RGB value is (170,100,83). Sum of RGB (Red+Green+Blue) = 170+100+83=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6453 is #559BAC. Grayscale: #777777. Windows color (decimal): -5610413 or 5465258. OLE color: 5465258.

HSL color Cylindrical-coordinate representation of color #AA6453: hue angle of 11.72º 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 #AA6453 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17010083-
CMYK00.410.510.33
HSL11.72º34.39%49.61%-
HSV(B)11.72º51.18%66.67%-
XYZ22.718.2810.52-
YUV118.99107.69164.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=48.16%
G=28.33%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701008300.410.510.3311.7234.3949.61
HexAA64530293321c2232
Octal2521441230516341144262
Binary101010101100100101001101010011100111000011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6453; }

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

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

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

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

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

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

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

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