Html Css Color HEX #AE274A Old Rose

📋 copy color: '#AE274A'

red 174 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #AE274A

Tints of Old Rose #AE274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 60.63%
G = 13.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE274A (or 0xAE274A) is known color: Old Rose. HEX triplet: AE, 27 and 4A. RGB value is (174,39,74). Sum of RGB (Red+Green+Blue) = 174+39+74=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE274A is #51D8B5. Grayscale: #535353. Windows color (decimal): -5363894 or 4859822. OLE color: 4859822.

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

Color convert

RGB 174 39 74 -
CMYK 0 0.78 0.57 0.32
HSL 344.44º 0.63% 0.42% -
HSV(B) 344.44º 0.78% 0.68% -
XYZ 19.42 10.94 7.57 -
YUV 83.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 174 39 74 0 0.78 0.57 0.32 344.44 0.63 0.42
Hex AE 27 4A 0 4E 39 20 158 3F 2A
Octal 256 47 112 0 116 71 40 530 77 52
Binary 10101110 100111 1001010 0 1001110 111001 100000 101011000 111111 101010

Color Harmonies of #AE274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE274A

Black with #AE274A

Text Example


Text Example

White with #AE274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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