Html Css Color HEX #AE2144 Old Rose

📋 copy color: '#AE2144'

red 174 ◦ green 33 ◦ blue 68

#AE2144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #AE2144

Tints of Old Rose #AE2144

RGB

 RED value IS 174 (68.36% from 255) = 63.27%

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 68 (26.95% from 255) = 24.73%

R = 63.27%
G = 12%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE2144 (or 0xAE2144) is known color: Old Rose. HEX triplet: AE, 21 and 44. RGB value is (174,33,68). Sum of RGB (Red+Green+Blue) = 174+33+68=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2144 is #51DEBB. Grayscale: #4F4F4F. Windows color (decimal): -5365436 or 4465070. OLE color: 4465070.

HSL color Cylindrical-coordinate representation of color #AE2144: hue angle of 345.11º 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 #AE2144 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 68 -
CMYK 0 0.81 0.61 0.32
HSL 345.11º 0.68% 0.41% -
HSV(B) 345.11º 0.81% 0.68% -
XYZ 19.04 10.5 6.49 -
YUV 79.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 174 33 68 0 0.81 0.61 0.32 345.11 0.68 0.41
Hex AE 21 44 0 51 3D 20 159 44 29
Octal 256 41 104 0 121 75 40 531 104 51
Binary 10101110 100001 1000100 0 1010001 111101 100000 101011001 1000100 101001

Color Harmonies of #AE2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2144

Black with #AE2144

Text Example


Text Example

White with #AE2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2144; }

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

 H1.HeaderClassName
 {
   color: #AE2144;
 }
 .AnyTagClassName
 {
   color: #AE2144;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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