Html Css Color HEX #AE294B Old Rose

📋 copy color: '#AE294B'

red 174 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #AE294B

Tints of Old Rose #AE294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 60%
G = 14.14%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE294B (or 0xAE294B) is known color: Old Rose. HEX triplet: AE, 29 and 4B. RGB value is (174,41,75). Sum of RGB (Red+Green+Blue) = 174+41+75=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE294B is #51D6B4. Grayscale: #545454. Windows color (decimal): -5363381 or 4925870. OLE color: 4925870.

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

Color convert

RGB 174 41 75 -
CMYK 0 0.76 0.57 0.32
HSL 344.66º 0.62% 0.42% -
HSV(B) 344.66º 0.76% 0.68% -
XYZ 19.52 11.09 7.77 -
YUV 84.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 174 41 75 0 0.76 0.57 0.32 344.66 0.62 0.42
Hex AE 29 4B 0 4C 39 20 159 3E 2A
Octal 256 51 113 0 114 71 40 531 76 52
Binary 10101110 101001 1001011 0 1001100 111001 100000 101011001 111110 101010

Color Harmonies of #AE294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE294B

Black with #AE294B

Text Example


Text Example

White with #AE294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE294B; }

 p { color: rgb(174,41,75); }

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

background-color css

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

 a { background-color: rgb(174,41,75); }

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

border-color css

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

 span { border-color: rgb(174,41,75); }

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