Html Css Color HEX #AE3143 Old Rose

📋 copy color: '#AE3143'

red 174 ◦ green 49 ◦ blue 67

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

Shades of Old Rose #AE3143

Tints of Old Rose #AE3143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 67 (26.56% from 255) = 23.1%

R = 60%
G = 16.9%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE3143 (or 0xAE3143) is known color: Old Rose. HEX triplet: AE, 31 and 43. RGB value is (174,49,67). Sum of RGB (Red+Green+Blue) = 174+49+67=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3143 is #51CEBC. Grayscale: #585858. Windows color (decimal): -5361341 or 4403630. OLE color: 4403630.

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

Color convert

RGB 174 49 67 -
CMYK 0 0.72 0.61 0.32
HSL 351.36º 0.56% 0.44% -
HSV(B) 351.36º 0.72% 0.68% -
XYZ 19.57 11.6 6.52 -
YUV 88.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 174 49 67 0 0.72 0.61 0.32 351.36 0.56 0.44
Hex AE 31 43 0 48 3D 20 15F 38 2C
Octal 256 61 103 0 110 75 40 537 70 54
Binary 10101110 110001 1000011 0 1001000 111101 100000 101011111 111000 101100

Color Harmonies of #AE3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3143

Black with #AE3143

Text Example


Text Example

White with #AE3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3143; }

 p { color: rgb(174,49,67); }

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

background-color css

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

 a { background-color: rgb(174,49,67); }

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

border-color css

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

 span { border-color: rgb(174,49,67); }

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