Html Css Color HEX #AE306D Rouge

📋 copy color: '#AE306D'

red 174 ◦ green 48 ◦ blue 109

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

Shades of Rouge #AE306D

Tints of Rouge #AE306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 52.57%
G = 14.5%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE306D (or 0xAE306D) is known color: Rouge. HEX triplet: AE, 30 and 6D. RGB value is (174,48,109). Sum of RGB (Red+Green+Blue) = 174+48+109=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE306D is #51CF92. Grayscale: #5C5C5C. Windows color (decimal): -5361555 or 7155886. OLE color: 7155886.

HSL color Cylindrical-coordinate representation of color #AE306D: hue angle of 330.95º degrees, saturation: 0.57, 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 #AE306D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 109 -
CMYK 0 0.72 0.37 0.32
HSL 330.95º 0.57% 0.44% -
HSV(B) 330.95º 0.72% 0.68% -
XYZ 21.27 12.22 15.7 -
YUV 92.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 174 48 109 0 0.72 0.37 0.32 330.95 0.57 0.44
Hex AE 30 6D 0 48 25 20 14B 39 2C
Octal 256 60 155 0 110 45 40 513 71 54
Binary 10101110 110000 1101101 0 1001000 100101 100000 101001011 111001 101100

Color Harmonies of #AE306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE306D

Black with #AE306D

Text Example


Text Example

White with #AE306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE306D; }

 p { color: rgb(174,48,109); }

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

background-color css

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

 a { background-color: rgb(174,48,109); }

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

border-color css

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

 span { border-color: rgb(174,48,109); }

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