#AA663F

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

Shades of Tuscany #AA663F

Tints of Tuscany #AA663F

Color information

#AA663F (or 0xAA663F) is unknown color: approx Tuscany. HEX triplet: AA, 66 and 3F. RGB value is (170,102,63). Sum of RGB (Red+Green+Blue) = 170+102+63=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA663F is #5599C0. Grayscale: #767676. Windows color (decimal): -5609921 or 4155050. OLE color: 4155050.

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

Color convert

RGB17010263-
CMYK00.40.630.33
HSL21.87º45.92%45.69%-
HSV(B)21.87º62.94%66.67%-
XYZ22.2318.417.08-
YUV117.8997.03165.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 63 (25% from 255) = 18.81%
R=50.75%
G=30.45%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701026300.40.630.3321.8745.9245.69
HexAA663F0283F21162e2e
Octal252146770507741265656
Binary101010101100110111111010100011111110000110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA663F; }

 p { color: rgb(170,102,63); }

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

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

 a { background-color: rgb(170,102,63); }

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

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

 span { border-color: rgb(170,102,63); }

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