#AA7057

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

Shades of Sante Fe #AA7057

Tints of Sante Fe #AA7057

Color information

#AA7057 (or 0xAA7057) is unknown color: approx Sante Fe. HEX triplet: AA, 70 and 57. RGB value is (170,112,87). Sum of RGB (Red+Green+Blue) = 170+112+87=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7057 is #558FA8. Grayscale: #7E7E7E. Windows color (decimal): -5607337 or 5730474. OLE color: 5730474.

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

Color convert

RGB17011287-
CMYK00.340.490.33
HSL18.07º32.81%50.39%-
HSV(B)18.07º48.82%66.67%-
XYZ24.0920.8211.77-
YUV126.49105.72159.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=46.07%
G=30.35%
B=23.58%

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
Decimal1701128700.340.490.3318.0732.8150.39
HexAA70570223121122132
Octal2521601270426141224162
Binary1010101011100001010111010001011000110000110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7057; }

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

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

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

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

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

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

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

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