#AE1A4B

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

Shades of Old Rose #AE1A4B

Tints of Old Rose #AE1A4B

Color information

#AE1A4B (or 0xAE1A4B) is unknown color: approx Old Rose. HEX triplet: AE, 1A and 4B. RGB value is (174,26,75). Sum of RGB (Red+Green+Blue) = 174+26+75=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A4B is #51E5B4. Grayscale: #4B4B4B. Windows color (decimal): -5367221 or 4922030. OLE color: 4922030.

HSL color Cylindrical-coordinate representation of color #AE1A4B: hue angle of 340.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A4B is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1742675-
CMYK00.850.570.32
HSL340.14º74%39.22%-
HSV(B)340.14º85.06%68.24%-
XYZ19.0910.257.63-
YUV75.84127.53198.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=63.27%
G=9.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174267500.850.570.32340.147439.22
HexAE1A4B05539201544a27
Octal256321130125714052411247
Binary10101110110101001011010101011110011000001010101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A4B; }

 p { color: rgb(174,26,75); }

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

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

 a { background-color: rgb(174,26,75); }

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

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

 span { border-color: rgb(174,26,75); }

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