#AA2143

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

Shades of Old Rose #AA2143

Tints of Old Rose #AA2143

Color information

#AA2143 (or 0xAA2143) is unknown color: approx Old Rose. HEX triplet: AA, 21 and 43. RGB value is (170,33,67). Sum of RGB (Red+Green+Blue) = 170+33+67=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2143 is #55DEBC. Grayscale: #4D4D4D. Windows color (decimal): -5627581 or 4399530. OLE color: 4399530.

HSL color Cylindrical-coordinate representation of color #AA2143: hue angle of 345.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2143 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1703367-
CMYK00.810.610.33
HSL345.11º67.49%39.8%-
HSV(B)345.11º80.59%66.67%-
XYZ18.1310.046.29-
YUV77.84121.89193.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=62.96%
G=12.22%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170336700.810.610.33345.1167.4939.8
HexAA21430513D211594328
Octal252411030121754153110350
Binary101010101000011000011010100011111011000011010110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2143; }

 p { color: rgb(170,33,67); }

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

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

 a { background-color: rgb(170,33,67); }

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

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

 span { border-color: rgb(170,33,67); }

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