Html Css Color HEX #AE274D Old Rose

📋 copy color: '#AE274D'

red 174 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #AE274D

Tints of Old Rose #AE274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 60%
G = 13.45%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE274D (or 0xAE274D) is known color: Old Rose. HEX triplet: AE, 27 and 4D. RGB value is (174,39,77). Sum of RGB (Red+Green+Blue) = 174+39+77=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE274D is #51D8B2. Grayscale: #535353. Windows color (decimal): -5363891 or 5056430. OLE color: 5056430.

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

Color convert

RGB 174 39 77 -
CMYK 0 0.78 0.56 0.32
HSL 343.11º 0.63% 0.42% -
HSV(B) 343.11º 0.78% 0.68% -
XYZ 19.52 10.99 8.11 -
YUV 83.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 174 39 77 0 0.78 0.56 0.32 343.11 0.63 0.42
Hex AE 27 4D 0 4E 38 20 157 3F 2A
Octal 256 47 115 0 116 70 40 527 77 52
Binary 10101110 100111 1001101 0 1001110 111000 100000 101010111 111111 101010

Color Harmonies of #AE274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE274D

Black with #AE274D

Text Example


Text Example

White with #AE274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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