Html Css Color HEX #AE305B Rouge

📋 copy color: '#AE305B'

red 174 ◦ green 48 ◦ blue 91

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

Shades of Rouge #AE305B

Tints of Rouge #AE305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 55.59%
G = 15.34%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE305B (or 0xAE305B) is known color: Rouge. HEX triplet: AE, 30 and 5B. RGB value is (174,48,91). Sum of RGB (Red+Green+Blue) = 174+48+91=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE305B is #51CFA4. Grayscale: #5A5A5A. Windows color (decimal): -5361573 or 5976238. OLE color: 5976238.

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

Color convert

RGB 174 48 91 -
CMYK 0 0.72 0.48 0.32
HSL 339.52º 0.57% 0.44% -
HSV(B) 339.52º 0.72% 0.68% -
XYZ 20.4 11.87 11.11 -
YUV 90.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 174 48 91 0 0.72 0.48 0.32 339.52 0.57 0.44
Hex AE 30 5B 0 48 30 20 154 39 2C
Octal 256 60 133 0 110 60 40 524 71 54
Binary 10101110 110000 1011011 0 1001000 110000 100000 101010100 111001 101100

Color Harmonies of #AE305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE305B

Black with #AE305B

Text Example


Text Example

White with #AE305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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