Html Css Color HEX #AE1D4F Old Rose

📋 copy color: '#AE1D4F'

red 174 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #AE1D4F

Tints of Old Rose #AE1D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 61.7%
G = 10.28%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE1D4F (or 0xAE1D4F) is known color: Old Rose. HEX triplet: AE, 1D and 4F. RGB value is (174,29,79). Sum of RGB (Red+Green+Blue) = 174+29+79=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1D4F is #51E2B0. Grayscale: #4E4E4E. Windows color (decimal): -5366449 or 5184942. OLE color: 5184942.

HSL color Cylindrical-coordinate representation of color #AE1D4F: hue angle of 339.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D4F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 29 79 -
CMYK 0 0.83 0.55 0.32
HSL 339.31º 0.71% 0.4% -
HSV(B) 339.31º 0.83% 0.68% -
XYZ 19.31 10.44 8.4 -
YUV 78.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 174 29 79 0 0.83 0.55 0.32 339.31 0.71 0.4
Hex AE 1D 4F 0 53 37 20 153 47 28
Octal 256 35 117 0 123 67 40 523 107 50
Binary 10101110 11101 1001111 0 1010011 110111 100000 101010011 1000111 101000

Color Harmonies of #AE1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D4F

Black with #AE1D4F

Text Example


Text Example

White with #AE1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D4F; }

 p { color: rgb(174,29,79); }

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

background-color css

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

 a { background-color: rgb(174,29,79); }

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

border-color css

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

 span { border-color: rgb(174,29,79); }

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