#AA7350

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

Shades of Sante Fe #AA7350

Tints of Sante Fe #AA7350

Color information

#AA7350 (or 0xAA7350) is unknown color: approx Sante Fe. HEX triplet: AA, 73 and 50. RGB value is (170,115,80). Sum of RGB (Red+Green+Blue) = 170+115+80=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7350 is #558CAF. Grayscale: #7F7F7F. Windows color (decimal): -5606576 or 5272490. OLE color: 5272490.

HSL color Cylindrical-coordinate representation of color #AA7350: hue angle of 23.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7350 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17011580-
CMYK00.320.530.33
HSL23.33º36%49.02%-
HSV(B)23.33º52.94%66.67%-
XYZ24.1621.3910.44-
YUV127.46101.22158.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=46.58%
G=31.51%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701158000.320.530.3323.333649.02
HexAA73500203521172431
Octal2521631200406541274461
Binary1010101011100111010000010000011010110000110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7350; }

 p { color: rgb(170,115,80); }

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

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

 a { background-color: rgb(170,115,80); }

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

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

 span { border-color: rgb(170,115,80); }

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