#AA6E5B

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

Shades of Sante Fe #AA6E5B

Tints of Sante Fe #AA6E5B

Color information

#AA6E5B (or 0xAA6E5B) is unknown color: approx Sante Fe. HEX triplet: AA, 6E and 5B. RGB value is (170,110,91). Sum of RGB (Red+Green+Blue) = 170+110+91=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E5B is #5591A4. Grayscale: #7D7D7D. Windows color (decimal): -5607845 or 5992106. OLE color: 5992106.

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

Color convert

RGB17011091-
CMYK00.350.460.33
HSL14.43º31.73%51.18%-
HSV(B)14.43º46.47%66.67%-
XYZ24.0420.4512.58-
YUV125.77108.38159.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=45.82%
G=29.65%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701109100.350.460.3314.4331.7351.18
HexAA6E5B0232E21e2033
Octal2521561330435641164063
Binary101010101101110101101101000111011101000011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E5B; }

 p { color: rgb(170,110,91); }

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

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

 a { background-color: rgb(170,110,91); }

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

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

 span { border-color: rgb(170,110,91); }

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