Html Css Color HEX #AE2844 Old Rose

📋 copy color: '#AE2844'

red 174 ◦ green 40 ◦ blue 68

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

Shades of Old Rose #AE2844

Tints of Old Rose #AE2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 61.7%
G = 14.18%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE2844 (or 0xAE2844) is known color: Old Rose. HEX triplet: AE, 28 and 44. RGB value is (174,40,68). Sum of RGB (Red+Green+Blue) = 174+40+68=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2844 is #51D7BB. Grayscale: #535353. Windows color (decimal): -5363644 or 4466862. OLE color: 4466862.

HSL color Cylindrical-coordinate representation of color #AE2844: hue angle of 347.46º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2844 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 40 68 -
CMYK 0 0.77 0.61 0.32
HSL 347.46º 0.63% 0.42% -
HSV(B) 347.46º 0.77% 0.68% -
XYZ 19.26 10.93 6.56 -
YUV 83.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 174 40 68 0 0.77 0.61 0.32 347.46 0.63 0.42
Hex AE 28 44 0 4D 3D 20 15B 3F 2A
Octal 256 50 104 0 115 75 40 533 77 52
Binary 10101110 101000 1000100 0 1001101 111101 100000 101011011 111111 101010

Color Harmonies of #AE2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2844

Black with #AE2844

Text Example


Text Example

White with #AE2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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