#AA643F

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

Shades of Tuscany #AA643F

Tints of Tuscany #AA643F

Color information

#AA643F (or 0xAA643F) is unknown color: approx Tuscany. HEX triplet: AA, 64 and 3F. RGB value is (170,100,63). Sum of RGB (Red+Green+Blue) = 170+100+63=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643F is #559BC0. Grayscale: #747474. Windows color (decimal): -5610433 or 4154538. OLE color: 4154538.

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

Color convert

RGB17010063-
CMYK00.410.630.33
HSL20.75º45.92%45.69%-
HSV(B)20.75º62.94%66.67%-
XYZ22.0318.027.02-
YUV116.7197.69166.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 63 (25% from 255) = 18.92%
R=51.05%
G=30.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701006300.410.630.3320.7545.9245.69
HexAA643F0293F21152e2e
Octal252144770517741255656
Binary101010101100100111111010100111111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA643F; }

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

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

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

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

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

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

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

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