Html Css Color HEX #AE3441 Old Rose

📋 copy color: '#AE3441'

red 174 ◦ green 52 ◦ blue 65

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

Shades of Old Rose #AE3441

Tints of Old Rose #AE3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 59.79%
G = 17.87%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE3441 (or 0xAE3441) is known color: Old Rose. HEX triplet: AE, 34 and 41. RGB value is (174,52,65). Sum of RGB (Red+Green+Blue) = 174+52+65=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3441 is #51CBBE. Grayscale: #5A5A5A. Windows color (decimal): -5360575 or 4273326. OLE color: 4273326.

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

Color convert

RGB 174 52 65 -
CMYK 0 0.70 0.63 0.32
HSL 353.61º 0.54% 0.44% -
HSV(B) 353.61º 0.7% 0.68% -
XYZ 19.64 11.84 6.25 -
YUV 89.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 174 52 65 0 0.70 0.63 0.32 353.61 0.54 0.44
Hex AE 34 41 0 46 3F 20 162 36 2C
Octal 256 64 101 0 106 77 40 542 66 54
Binary 10101110 110100 1000001 0 1000110 111111 100000 101100010 110110 101100

Color Harmonies of #AE3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3441

Black with #AE3441

Text Example


Text Example

White with #AE3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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