Html Css Color HEX #AE3444 Old Rose

📋 copy color: '#AE3444'

red 174 ◦ green 52 ◦ blue 68

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

Shades of Old Rose #AE3444

Tints of Old Rose #AE3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 59.18%
G = 17.69%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE3444 (or 0xAE3444) is known color: Old Rose. HEX triplet: AE, 34 and 44. RGB value is (174,52,68). Sum of RGB (Red+Green+Blue) = 174+52+68=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3444 is #51CBBB. Grayscale: #5A5A5A. Windows color (decimal): -5360572 or 4469934. OLE color: 4469934.

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

Color convert

RGB 174 52 68 -
CMYK 0 0.70 0.61 0.32
HSL 352.13º 0.54% 0.44% -
HSV(B) 352.13º 0.7% 0.68% -
XYZ 19.73 11.87 6.72 -
YUV 90.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 174 52 68 0 0.70 0.61 0.32 352.13 0.54 0.44
Hex AE 34 44 0 46 3D 20 160 36 2C
Octal 256 64 104 0 106 75 40 540 66 54
Binary 10101110 110100 1000100 0 1000110 111101 100000 101100000 110110 101100

Color Harmonies of #AE3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3444

Black with #AE3444

Text Example


Text Example

White with #AE3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3444; }

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

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

background-color css

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

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

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

border-color css

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

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

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