Html Css Color HEX #AE1C46 Old Rose

📋 copy color: '#AE1C46'

red 174 ◦ green 28 ◦ blue 70

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

Shades of Old Rose #AE1C46

Tints of Old Rose #AE1C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 63.97%
G = 10.29%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE1C46 (or 0xAE1C46) is known color: Old Rose. HEX triplet: AE, 1C and 46. RGB value is (174,28,70). Sum of RGB (Red+Green+Blue) = 174+28+70=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C46 is #51E3B9. Grayscale: #4C4C4C. Windows color (decimal): -5366714 or 4594862. OLE color: 4594862.

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

Color convert

RGB 174 28 70 -
CMYK 0 0.84 0.60 0.32
HSL 342.74º 0.72% 0.4% -
HSV(B) 342.74º 0.84% 0.68% -
XYZ 18.98 10.27 6.78 -
YUV 76.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 174 28 70 0 0.84 0.60 0.32 342.74 0.72 0.4
Hex AE 1C 46 0 54 3C 20 157 48 28
Octal 256 34 106 0 124 74 40 527 110 50
Binary 10101110 11100 1000110 0 1010100 111100 100000 101010111 1001000 101000

Color Harmonies of #AE1C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C46

Black with #AE1C46

Text Example


Text Example

White with #AE1C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C46; }

 p { color: rgb(174,28,70); }

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

background-color css

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

 a { background-color: rgb(174,28,70); }

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

border-color css

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

 span { border-color: rgb(174,28,70); }

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