#AA6C5B

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

Shades of Sante Fe #AA6C5B

Tints of Sante Fe #AA6C5B

Color information

#AA6C5B (or 0xAA6C5B) is unknown color: approx Sante Fe. HEX triplet: AA, 6C and 5B. RGB value is (170,108,91). Sum of RGB (Red+Green+Blue) = 170+108+91=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C5B is #5593A4. Grayscale: #7C7C7C. Windows color (decimal): -5608357 or 5991594. OLE color: 5991594.

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

Color convert

RGB17010891-
CMYK00.360.460.33
HSL12.91º31.73%51.18%-
HSV(B)12.91º46.47%66.67%-
XYZ23.8320.0312.51-
YUV124.6109.04160.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=46.07%
G=29.27%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701089100.360.460.3312.9131.7351.18
HexAA6C5B0242E21d2033
Octal2521541330445641154063
Binary101010101101100101101101001001011101000011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C5B; }

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

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

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

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

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

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

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

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