Html Css Color HEX #AE254C Old Rose

📋 copy color: '#AE254C'

red 174 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #AE254C

Tints of Old Rose #AE254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 60.63%
G = 12.89%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE254C (or 0xAE254C) is known color: Old Rose. HEX triplet: AE, 25 and 4C. RGB value is (174,37,76). Sum of RGB (Red+Green+Blue) = 174+37+76=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE254C is #51DAB3. Grayscale: #525252. Windows color (decimal): -5364404 or 4990382. OLE color: 4990382.

HSL color Cylindrical-coordinate representation of color #AE254C: hue angle of 342.92º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE254C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 76 -
CMYK 0 0.79 0.56 0.32
HSL 342.92º 0.65% 0.41% -
HSV(B) 342.92º 0.79% 0.68% -
XYZ 19.42 10.84 7.91 -
YUV 82.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 174 37 76 0 0.79 0.56 0.32 342.92 0.65 0.41
Hex AE 25 4C 0 4F 38 20 157 41 29
Octal 256 45 114 0 117 70 40 527 101 51
Binary 10101110 100101 1001100 0 1001111 111000 100000 101010111 1000001 101001

Color Harmonies of #AE254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE254C

Black with #AE254C

Text Example


Text Example

White with #AE254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE254C; }

 p { color: rgb(174,37,76); }

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

background-color css

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

 a { background-color: rgb(174,37,76); }

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

border-color css

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

 span { border-color: rgb(174,37,76); }

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