Html Css Color HEX #AE3144 Old Rose

📋 copy color: '#AE3144'

red 174 ◦ green 49 ◦ blue 68

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

Shades of Old Rose #AE3144

Tints of Old Rose #AE3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 59.79%
G = 16.84%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE3144 (or 0xAE3144) is known color: Old Rose. HEX triplet: AE, 31 and 44. RGB value is (174,49,68). Sum of RGB (Red+Green+Blue) = 174+49+68=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3144 is #51CEBB. Grayscale: #585858. Windows color (decimal): -5361340 or 4469166. OLE color: 4469166.

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

Color convert

RGB 174 49 68 -
CMYK 0 0.72 0.61 0.32
HSL 350.88º 0.56% 0.44% -
HSV(B) 350.88º 0.72% 0.68% -
XYZ 19.6 11.61 6.68 -
YUV 88.54 116.41 188.96 -
System Red Green Blue C M Y K H S L
Decimal 174 49 68 0 0.72 0.61 0.32 350.88 0.56 0.44
Hex AE 31 44 0 48 3D 20 15F 38 2C
Octal 256 61 104 0 110 75 40 537 70 54
Binary 10101110 110001 1000100 0 1001000 111101 100000 101011111 111000 101100

Color Harmonies of #AE3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3144

Black with #AE3144

Text Example


Text Example

White with #AE3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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