Html Css Color HEX #AE2748 Old Rose

📋 copy color: '#AE2748'

red 174 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #AE2748

Tints of Old Rose #AE2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 61.05%
G = 13.68%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE2748 (or 0xAE2748) is known color: Old Rose. HEX triplet: AE, 27 and 48. RGB value is (174,39,72). Sum of RGB (Red+Green+Blue) = 174+39+72=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2748 is #51D8B7. Grayscale: #535353. Windows color (decimal): -5363896 or 4728750. OLE color: 4728750.

HSL color Cylindrical-coordinate representation of color #AE2748: hue angle of 345.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2748 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 39 72 -
CMYK 0 0.78 0.59 0.32
HSL 345.33º 0.63% 0.42% -
HSV(B) 345.33º 0.78% 0.68% -
XYZ 19.35 10.92 7.22 -
YUV 83.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 174 39 72 0 0.78 0.59 0.32 345.33 0.63 0.42
Hex AE 27 48 0 4E 3B 20 159 3F 2A
Octal 256 47 110 0 116 73 40 531 77 52
Binary 10101110 100111 1001000 0 1001110 111011 100000 101011001 111111 101010

Color Harmonies of #AE2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2748

Black with #AE2748

Text Example


Text Example

White with #AE2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2748; }

 p { color: rgb(174,39,72); }

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

background-color css

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

 a { background-color: rgb(174,39,72); }

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

border-color css

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

 span { border-color: rgb(174,39,72); }

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