#AA6A48

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

Shades of Sante Fe #AA6A48

Tints of Sante Fe #AA6A48

Color information

#AA6A48 (or 0xAA6A48) is unknown color: approx Sante Fe. HEX triplet: AA, 6A and 48. RGB value is (170,106,72). Sum of RGB (Red+Green+Blue) = 170+106+72=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A48 is #5595B7. Grayscale: #797979. Windows color (decimal): -5608888 or 4745898. OLE color: 4745898.

HSL color Cylindrical-coordinate representation of color #AA6A48: hue angle of 20.82º degrees, saturation: 0.4, 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 #AA6A48 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17010672-
CMYK00.380.580.33
HSL20.82º40.5%47.45%-
HSV(B)20.82º57.65%66.67%-
XYZ22.919.328.65-
YUV121.26100.2162.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=48.85%
G=30.46%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701067200.380.580.3320.8240.547.45
HexAA6A480263A2115282f
Octal2521521100467241255057
Binary1010101011010101001000010011011101010000110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A48; }

 p { color: rgb(170,106,72); }

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

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

 a { background-color: rgb(170,106,72); }

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

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

 span { border-color: rgb(170,106,72); }

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