#AA6B47

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

Shades of Sante Fe #AA6B47

Tints of Sante Fe #AA6B47

Color information

#AA6B47 (or 0xAA6B47) is unknown color: approx Sante Fe. HEX triplet: AA, 6B and 47. RGB value is (170,107,71). Sum of RGB (Red+Green+Blue) = 170+107+71=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B47 is #5594B8. Grayscale: #797979. Windows color (decimal): -5608633 or 4680618. OLE color: 4680618.

HSL color Cylindrical-coordinate representation of color #AA6B47: hue angle of 21.82º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6B47 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17010771-
CMYK00.370.580.33
HSL21.82º41.08%47.25%-
HSV(B)21.82º58.24%66.67%-
XYZ22.9719.528.52-
YUV121.7399.37162.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=48.85%
G=30.75%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701077100.370.580.3321.8241.0847.25
HexAA6B470253A2116292f
Octal2521531070457241265157
Binary1010101011010111000111010010111101010000110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B47; }

 p { color: rgb(170,107,71); }

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

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

 a { background-color: rgb(170,107,71); }

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

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

 span { border-color: rgb(170,107,71); }

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