Html Css Color HEX #AE234D Old Rose

📋 copy color: '#AE234D'

red 174 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #AE234D

Tints of Old Rose #AE234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 60.84%
G = 12.24%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE234D (or 0xAE234D) is known color: Old Rose. HEX triplet: AE, 23 and 4D. RGB value is (174,35,77). Sum of RGB (Red+Green+Blue) = 174+35+77=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE234D is #51DCB2. Grayscale: #515151. Windows color (decimal): -5364915 or 5055406. OLE color: 5055406.

HSL color Cylindrical-coordinate representation of color #AE234D: hue angle of 341.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE234D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 77 -
CMYK 0 0.80 0.56 0.32
HSL 341.87º 0.67% 0.41% -
HSV(B) 341.87º 0.8% 0.68% -
XYZ 19.4 10.74 8.07 -
YUV 81.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 174 35 77 0 0.80 0.56 0.32 341.87 0.67 0.41
Hex AE 23 4D 0 50 38 20 156 43 29
Octal 256 43 115 0 120 70 40 526 103 51
Binary 10101110 100011 1001101 0 1010000 111000 100000 101010110 1000011 101001

Color Harmonies of #AE234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE234D

Black with #AE234D

Text Example


Text Example

White with #AE234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE234D; }

 p { color: rgb(174,35,77); }

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

background-color css

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

 a { background-color: rgb(174,35,77); }

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

border-color css

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

 span { border-color: rgb(174,35,77); }

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