#ae1b4a

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

Shades of Old Rose #AE1B4A

Tints of Old Rose #AE1B4A

Color information

#AE1B4A (or 0xAE1B4A) is unknown color: approx Old Rose. HEX triplet: AE, 1B and 4A. RGB value is (174,27,74). Sum of RGB (Red+Green+Blue) = 174+27+74=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B4A is #51E4B5. Grayscale: #4C4C4C. Windows color (decimal): -5366966 or 4856750. OLE color: 4856750.

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

Color convert

RGB1742774-
CMYK00.840.570.32
HSL340.82º73.13%39.41%-
HSV(B)340.82º84.48%68.24%-
XYZ19.0810.287.46-
YUV76.31126.7197.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=63.27%
G=9.82%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174277400.840.570.32340.8273.1339.41
HexAE1B4A05439201554927
Octal256331120124714052511147
Binary10101110110111001010010101001110011000001010101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae1b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae1b4a; }

 p { color: rgb(174,27,74); }

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

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

 a { background-color: rgb(174,27,74); }

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

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

 span { border-color: rgb(174,27,74); }

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