Html Css Color HEX #AE264C Old Rose

📋 copy color: '#AE264C'

red 174 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #AE264C

Tints of Old Rose #AE264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

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

R = 60.42%
G = 13.19%
B = 26.39%

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

#AE264C (or 0xAE264C) is known color: Old Rose. HEX triplet: AE, 26 and 4C. RGB value is (174,38,76). Sum of RGB (Red+Green+Blue) = 174+38+76=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE264C is #51D9B3. Grayscale: #525252. Windows color (decimal): -5364148 or 4990638. OLE color: 4990638.

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

Color convert

RGB 174 38 76 -
CMYK 0 0.78 0.56 0.32
HSL 343.24º 0.64% 0.42% -
HSV(B) 343.24º 0.78% 0.68% -
XYZ 19.45 10.91 7.92 -
YUV 83 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 174 38 76 0 0.78 0.56 0.32 343.24 0.64 0.42
Hex AE 26 4C 0 4E 38 20 157 40 2A
Octal 256 46 114 0 116 70 40 527 100 52
Binary 10101110 100110 1001100 0 1001110 111000 100000 101010111 1000000 101010

Color Harmonies of #AE264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE264C

Black with #AE264C

Text Example


Text Example

White with #AE264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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