#AA6757

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

Shades of Sante Fe #AA6757

Tints of Sante Fe #AA6757

Color information

#AA6757 (or 0xAA6757) is unknown color: approx Sante Fe. HEX triplet: AA, 67 and 57. RGB value is (170,103,87). Sum of RGB (Red+Green+Blue) = 170+103+87=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6757 is #5598A8. Grayscale: #797979. Windows color (decimal): -5609641 or 5728170. OLE color: 5728170.

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

Color convert

RGB17010387-
CMYK00.390.490.33
HSL11.57º32.81%50.39%-
HSV(B)11.57º48.82%66.67%-
XYZ23.1518.9311.45-
YUV121.21108.7162.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=47.22%
G=28.61%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701038700.390.490.3311.5732.8150.39
HexAA67570273121c2132
Octal2521471270476141144162
Binary101010101100111101011101001111100011000011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6757; }

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

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

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

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

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

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

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

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