#AA7150

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

Shades of Sante Fe #AA7150

Tints of Sante Fe #AA7150

Color information

#AA7150 (or 0xAA7150) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 50. RGB value is (170,113,80). Sum of RGB (Red+Green+Blue) = 170+113+80=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7150 is #558EAF. Grayscale: #7E7E7E. Windows color (decimal): -5607088 or 5271978. OLE color: 5271978.

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

Color convert

RGB17011380-
CMYK00.340.530.33
HSL22º36%49.02%-
HSV(B)22º52.94%66.67%-
XYZ23.9320.9410.37-
YUV126.28101.88159.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=46.83%
G=31.13%
B=22.04%

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
Decimal1701138000.340.530.33223649.02
HexAA71500223521162431
Octal2521611200426541264461
Binary1010101011100011010000010001011010110000110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7150; }

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

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

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

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

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

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

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

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