#AE2146

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

Shades of Old Rose #AE2146

Tints of Old Rose #AE2146

Color information

#AE2146 (or 0xAE2146) is unknown color: approx Old Rose. HEX triplet: AE, 21 and 46. RGB value is (174,33,70). Sum of RGB (Red+Green+Blue) = 174+33+70=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2146 is #51DEB9. Grayscale: #4F4F4F. Windows color (decimal): -5365434 or 4596142. OLE color: 4596142.

HSL color Cylindrical-coordinate representation of color #AE2146: hue angle of 344.26º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2146 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1743370-
CMYK00.810.600.32
HSL344.26º68.12%40.59%-
HSV(B)344.26º81.03%68.24%-
XYZ19.110.536.82-
YUV79.38122.71195.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 33 (13.28% from 255) = 11.91%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=62.82%
G=11.91%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174337000.810.600.32344.2668.1240.59
HexAE21460513C201584429
Octal256411060121744053010451
Binary101011101000011000110010100011111001000001010110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2146; }

 p { color: rgb(174,33,70); }

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

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

 a { background-color: rgb(174,33,70); }

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

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

 span { border-color: rgb(174,33,70); }

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