#aa2a3e

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

Shades of Old Rose #AA2A3E

Tints of Old Rose #AA2A3E

Color information

#AA2A3E (or 0xAA2A3E) is unknown color: approx Old Rose. HEX triplet: AA, 2A and 3E. RGB value is (170,42,62). Sum of RGB (Red+Green+Blue) = 170+42+62=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A3E is #55D5C1. Grayscale: #525252. Windows color (decimal): -5625282 or 4074154. OLE color: 4074154.

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

Color convert

RGB1704262-
CMYK00.750.640.33
HSL350.62º60.38%41.57%-
HSV(B)350.62º75.29%66.67%-
XYZ18.2810.555.63-
YUV82.55116.41190.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 42 (16.80% from 255) = 15.33%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=62.04%
G=15.33%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170426200.750.640.33350.6260.3841.57
HexAA2A3E04B402115f3c2a
Octal25252760113100415377452
Binary10101010101010111110010010111000000100001101011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2a3e; }

 p { color: rgb(170,42,62); }

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

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

 a { background-color: rgb(170,42,62); }

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

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

 span { border-color: rgb(170,42,62); }

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