#AA7453

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

Shades of Sante Fe #AA7453

Tints of Sante Fe #AA7453

Color information

#AA7453 (or 0xAA7453) is unknown color: approx Sante Fe. HEX triplet: AA, 74 and 53. RGB value is (170,116,83). Sum of RGB (Red+Green+Blue) = 170+116+83=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7453 is #558BAC. Grayscale: #808080. Windows color (decimal): -5606317 or 5469354. OLE color: 5469354.

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

Color convert

RGB17011683-
CMYK00.320.510.33
HSL22.76º34.39%49.61%-
HSV(B)22.76º51.18%66.67%-
XYZ24.3821.6611.08-
YUV128.38102.39157.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=46.07%
G=31.44%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701168300.320.510.3322.7634.3949.61
HexAA74530203321172232
Octal2521641230406341274262
Binary1010101011101001010011010000011001110000110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7453; }

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

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

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

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

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

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

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

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