#AA7151

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

Shades of Sante Fe #AA7151

Tints of Sante Fe #AA7151

Color information

#AA7151 (or 0xAA7151) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 51. RGB value is (170,113,81). Sum of RGB (Red+Green+Blue) = 170+113+81=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7151 is #558EAE. Grayscale: #7E7E7E. Windows color (decimal): -5607087 or 5337514. OLE color: 5337514.

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

Color convert

RGB17011381-
CMYK00.340.520.33
HSL21.57º35.46%49.22%-
HSV(B)21.57º52.35%66.67%-
XYZ23.9720.9510.57-
YUV126.4102.38159.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=46.70%
G=31.04%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701138100.340.520.3321.5735.4649.22
HexAA71510223421162331
Octal2521611210426441264361
Binary1010101011100011010001010001011010010000110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7151; }

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

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

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

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

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

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

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

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