#AA7050

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

Shades of Sante Fe #AA7050

Tints of Sante Fe #AA7050

Color information

#AA7050 (or 0xAA7050) is unknown color: approx Sante Fe. HEX triplet: AA, 70 and 50. RGB value is (170,112,80). Sum of RGB (Red+Green+Blue) = 170+112+80=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7050 is #558FAF. Grayscale: #7D7D7D. Windows color (decimal): -5607344 or 5271722. OLE color: 5271722.

HSL color Cylindrical-coordinate representation of color #AA7050: hue angle of 21.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 #AA7050 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17011280-
CMYK00.340.530.33
HSL21.33º36%49.02%-
HSV(B)21.33º52.94%66.67%-
XYZ23.8220.7110.33-
YUV125.69102.22159.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=46.96%
G=30.94%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701128000.340.530.3321.333649.02
HexAA70500223521152431
Octal2521601200426541254461
Binary1010101011100001010000010001011010110000110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7050; }

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

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

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

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

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

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

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

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