#aa6c4b

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

Shades of Sante Fe #AA6C4B

Tints of Sante Fe #AA6C4B

Color information

#AA6C4B (or 0xAA6C4B) is unknown color: approx Sante Fe. HEX triplet: AA, 6C and 4B. RGB value is (170,108,75). Sum of RGB (Red+Green+Blue) = 170+108+75=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C4B is #5593B4. Grayscale: #7A7A7A. Windows color (decimal): -5608373 or 4943018. OLE color: 4943018.

HSL color Cylindrical-coordinate representation of color #AA6C4B: hue angle of 20.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6C4B is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17010875-
CMYK00.360.560.33
HSL20.84º38.78%48.04%-
HSV(B)20.84º55.88%66.67%-
XYZ23.2119.789.25-
YUV122.78101.04161.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=48.16%
G=30.59%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701087500.360.560.3320.8438.7848.04
HexAA6C4B0243821152730
Octal2521541130447041254760
Binary1010101011011001001011010010011100010000110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6c4b; }

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

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

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

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

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

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

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

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