Html Css Color HEX #AE3442 Old Rose

📋 copy color: '#AE3442'

red 174 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #AE3442

Tints of Old Rose #AE3442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 59.59%
G = 17.81%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE3442 (or 0xAE3442) is known color: Old Rose. HEX triplet: AE, 34 and 42. RGB value is (174,52,66). Sum of RGB (Red+Green+Blue) = 174+52+66=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3442 is #51CBBD. Grayscale: #5A5A5A. Windows color (decimal): -5360574 or 4338862. OLE color: 4338862.

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

Color convert

RGB 174 52 66 -
CMYK 0 0.70 0.62 0.32
HSL 353.11º 0.54% 0.44% -
HSV(B) 353.11º 0.7% 0.68% -
XYZ 19.67 11.85 6.4 -
YUV 90.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 174 52 66 0 0.70 0.62 0.32 353.11 0.54 0.44
Hex AE 34 42 0 46 3E 20 161 36 2C
Octal 256 64 102 0 106 76 40 541 66 54
Binary 10101110 110100 1000010 0 1000110 111110 100000 101100001 110110 101100

Color Harmonies of #AE3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3442

Black with #AE3442

Text Example


Text Example

White with #AE3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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