#aa2741

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

Shades of Old Rose #AA2741

Tints of Old Rose #AA2741

Color information

#AA2741 (or 0xAA2741) is unknown color: approx Old Rose. HEX triplet: AA, 27 and 41. RGB value is (170,39,65). Sum of RGB (Red+Green+Blue) = 170+39+65=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2741 is #55D8BE. Grayscale: #515151. Windows color (decimal): -5626047 or 4269994. OLE color: 4269994.

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

Color convert

RGB1703965-
CMYK00.770.620.33
HSL348.09º62.68%40.98%-
HSV(B)348.09º77.06%66.67%-
XYZ18.2610.386.04-
YUV81.13118.9191.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 65 (25.78% from 255) = 23.72%
R=62.04%
G=14.23%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170396500.770.620.33348.0962.6840.98
HexAA274104D3E2115c3f29
Octal25247101011576415347751
Binary10101010100111100000101001101111110100001101011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2741; }

 p { color: rgb(170,39,65); }

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

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

 a { background-color: rgb(170,39,65); }

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

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

 span { border-color: rgb(170,39,65); }

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