Html Css Color HEX #AE334A Old Rose

📋 copy color: '#AE334A'

red 174 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #AE334A

Tints of Old Rose #AE334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 58.19%
G = 17.06%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE334A (or 0xAE334A) is known color: Old Rose. HEX triplet: AE, 33 and 4A. RGB value is (174,51,74). Sum of RGB (Red+Green+Blue) = 174+51+74=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE334A is #51CCB5. Grayscale: #5A5A5A. Windows color (decimal): -5360822 or 4862894. OLE color: 4862894.

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

Color convert

RGB 174 51 74 -
CMYK 0 0.71 0.57 0.32
HSL 348.78º 0.55% 0.44% -
HSV(B) 348.78º 0.71% 0.68% -
XYZ 19.88 11.86 7.72 -
YUV 90.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 174 51 74 0 0.71 0.57 0.32 348.78 0.55 0.44
Hex AE 33 4A 0 47 39 20 15D 37 2C
Octal 256 63 112 0 107 71 40 535 67 54
Binary 10101110 110011 1001010 0 1000111 111001 100000 101011101 110111 101100

Color Harmonies of #AE334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE334A

Black with #AE334A

Text Example


Text Example

White with #AE334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE334A; }

 p { color: rgb(174,51,74); }

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

background-color css

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

 a { background-color: rgb(174,51,74); }

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

border-color css

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

 span { border-color: rgb(174,51,74); }

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