#AA7156

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

Shades of Sante Fe #AA7156

Tints of Sante Fe #AA7156

Color information

#AA7156 (or 0xAA7156) is unknown color: approx Sante Fe. HEX triplet: AA, 71 and 56. RGB value is (170,113,86). Sum of RGB (Red+Green+Blue) = 170+113+86=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7156 is #558EA9. Grayscale: #7F7F7F. Windows color (decimal): -5607082 or 5665194. OLE color: 5665194.

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

Color convert

RGB17011386-
CMYK00.340.490.33
HSL19.29º33.07%50.2%-
HSV(B)19.29º49.41%66.67%-
XYZ24.1621.0311.59-
YUV126.96104.88158.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=46.07%
G=30.62%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701138600.340.490.3319.2933.0750.2
HexAA71560223121132132
Octal2521611260426141234162
Binary1010101011100011010110010001011000110000110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7156; }

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

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

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

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

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

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

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

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