#AA3040

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

Shades of Old Rose #AA3040

Tints of Old Rose #AA3040

Color information

#AA3040 (or 0xAA3040) is unknown color: approx Old Rose. HEX triplet: AA, 30 and 40. RGB value is (170,48,64). Sum of RGB (Red+Green+Blue) = 170+48+64=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3040 is #55CFBF. Grayscale: #565656. Windows color (decimal): -5623744 or 4206762. OLE color: 4206762.

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

Color convert

RGB1704864-
CMYK00.720.620.33
HSL352.13º55.96%42.75%-
HSV(B)352.13º71.76%66.67%-
XYZ18.5611.036-
YUV86.3115.42187.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=60.28%
G=17.02%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170486400.720.620.33352.1355.9642.75
HexAA30400483E21160382b
Octal25260100011076415407053
Binary10101010110000100000001001000111110100001101100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3040; }

 p { color: rgb(170,48,64); }

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

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

 a { background-color: rgb(170,48,64); }

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

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

 span { border-color: rgb(170,48,64); }

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