Html Css Color HEX #AE2655 Old Rose

📋 copy color: '#AE2655'

red 174 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #AE2655

Tints of Old Rose #AE2655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 58.59%
G = 12.79%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE2655 (or 0xAE2655) is known color: Old Rose. HEX triplet: AE, 26 and 55. RGB value is (174,38,85). Sum of RGB (Red+Green+Blue) = 174+38+85=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2655 is #51D9AA. Grayscale: #535353. Windows color (decimal): -5364139 or 5580462. OLE color: 5580462.

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

Color convert

RGB 174 38 85 -
CMYK 0 0.78 0.51 0.32
HSL 339.26º 0.64% 0.42% -
HSV(B) 339.26º 0.78% 0.68% -
XYZ 19.79 11.04 9.68 -
YUV 84.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 174 38 85 0 0.78 0.51 0.32 339.26 0.64 0.42
Hex AE 26 55 0 4E 33 20 153 40 2A
Octal 256 46 125 0 116 63 40 523 100 52
Binary 10101110 100110 1010101 0 1001110 110011 100000 101010011 1000000 101010

Color Harmonies of #AE2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2655

Black with #AE2655

Text Example


Text Example

White with #AE2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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