#AA623B

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

Shades of Tuscany #AA623B

Tints of Tuscany #AA623B

Color information

#AA623B (or 0xAA623B) is unknown color: approx Tuscany. HEX triplet: AA, 62 and 3B. RGB value is (170,98,59). Sum of RGB (Red+Green+Blue) = 170+98+59=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623B is #559DC4. Grayscale: #737373. Windows color (decimal): -5610949 or 3891882. OLE color: 3891882.

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

Color convert

RGB1709859-
CMYK00.420.650.33
HSL21.08º48.47%44.9%-
HSV(B)21.08º65.29%66.67%-
XYZ21.7317.66.39-
YUV115.0896.35167.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=51.99%
G=29.97%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170985900.420.650.3321.0848.4744.9
HexAA623B02A412115302d
Octal2521427305210141256055
Binary1010101011000101110110101010100000110000110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA623B; }

 p { color: rgb(170,98,59); }

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

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

 a { background-color: rgb(170,98,59); }

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

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

 span { border-color: rgb(170,98,59); }

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