Html Css Color HEX #AE3540 Old Rose

📋 copy color: '#AE3540'

red 174 ◦ green 53 ◦ blue 64

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

Shades of Old Rose #AE3540

Tints of Old Rose #AE3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 59.79%
G = 18.21%
B = 21.99%

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

#AE3540 (or 0xAE3540) is known color: Old Rose. HEX triplet: AE, 35 and 40. RGB value is (174,53,64). Sum of RGB (Red+Green+Blue) = 174+53+64=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3540 is #51CABF. Grayscale: #5A5A5A. Windows color (decimal): -5360320 or 4208046. OLE color: 4208046.

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

Color convert

RGB 174 53 64 -
CMYK 0 0.70 0.63 0.32
HSL 354.55º 0.53% 0.45% -
HSV(B) 354.55º 0.7% 0.68% -
XYZ 19.65 11.92 6.11 -
YUV 90.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 174 53 64 0 0.70 0.63 0.32 354.55 0.53 0.45
Hex AE 35 40 0 46 3F 20 163 35 2D
Octal 256 65 100 0 106 77 40 543 65 55
Binary 10101110 110101 1000000 0 1000110 111111 100000 101100011 110101 101101

Color Harmonies of #AE3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3540

Black with #AE3540

Text Example


Text Example

White with #AE3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3540; }

 p { color: rgb(174,53,64); }

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

background-color css

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

 a { background-color: rgb(174,53,64); }

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

border-color css

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

 span { border-color: rgb(174,53,64); }

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