#AA7154

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

Shades of Sante Fe #AA7154

Tints of Sante Fe #AA7154

Color information

#AA7154 (or 0xAA7154) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 54. RGB value is (170,113,84). Sum of RGB (Red+Green+Blue) = 170+113+84=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7154 is #558EAB. Grayscale: #7E7E7E. Windows color (decimal): -5607084 or 5534122. OLE color: 5534122.

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

Color convert

RGB17011384-
CMYK00.340.510.33
HSL20.23º33.86%49.8%-
HSV(B)20.23º50.59%66.67%-
XYZ24.082111.17-
YUV126.74103.88158.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=46.32%
G=30.79%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701138400.340.510.3320.2333.8649.8
HexAA71540223321142232
Octal2521611240426341244262
Binary1010101011100011010100010001011001110000110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7154; }

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

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

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

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

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

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

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

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