Html Css Color HEX #AE234C Old Rose

📋 copy color: '#AE234C'

red 174 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #AE234C

Tints of Old Rose #AE234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 61.05%
G = 12.28%
B = 26.67%

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

#AE234C (or 0xAE234C) is known color: Old Rose. HEX triplet: AE, 23 and 4C. RGB value is (174,35,76). Sum of RGB (Red+Green+Blue) = 174+35+76=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE234C is #51DCB3. Grayscale: #515151. Windows color (decimal): -5364916 or 4989870. OLE color: 4989870.

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

Color convert

RGB 174 35 76 -
CMYK 0 0.80 0.56 0.32
HSL 342.3º 0.67% 0.41% -
HSV(B) 342.3º 0.8% 0.68% -
XYZ 19.36 10.72 7.89 -
YUV 81.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 174 35 76 0 0.80 0.56 0.32 342.3 0.67 0.41
Hex AE 23 4C 0 50 38 20 156 43 29
Octal 256 43 114 0 120 70 40 526 103 51
Binary 10101110 100011 1001100 0 1010000 111000 100000 101010110 1000011 101001

Color Harmonies of #AE234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE234C

Black with #AE234C

Text Example


Text Example

White with #AE234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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