Html Css Color HEX #AE2653 Old Rose

📋 copy color: '#AE2653'

red 174 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #AE2653

Tints of Old Rose #AE2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.14%

R = 58.98%
G = 12.88%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE2653 (or 0xAE2653) is known color: Old Rose. HEX triplet: AE, 26 and 53. RGB value is (174,38,83). Sum of RGB (Red+Green+Blue) = 174+38+83=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2653 is #51D9AC. Grayscale: #535353. Windows color (decimal): -5364141 or 5449390. OLE color: 5449390.

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

Color convert

RGB 174 38 83 -
CMYK 0 0.78 0.52 0.32
HSL 340.15º 0.64% 0.42% -
HSV(B) 340.15º 0.78% 0.68% -
XYZ 19.71 11.01 9.27 -
YUV 83.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 174 38 83 0 0.78 0.52 0.32 340.15 0.64 0.42
Hex AE 26 53 0 4E 34 20 154 40 2A
Octal 256 46 123 0 116 64 40 524 100 52
Binary 10101110 100110 1010011 0 1001110 110100 100000 101010100 1000000 101010

Color Harmonies of #AE2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2653

Black with #AE2653

Text Example


Text Example

White with #AE2653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2653; }

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

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

background-color css

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

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

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

border-color css

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

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

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