Html Css Color HEX #AE305D Rouge

📋 copy color: '#AE305D'

red 174 ◦ green 48 ◦ blue 93

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

Shades of Rouge #AE305D

Tints of Rouge #AE305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 55.24%
G = 15.24%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE305D (or 0xAE305D) is known color: Rouge. HEX triplet: AE, 30 and 5D. RGB value is (174,48,93). Sum of RGB (Red+Green+Blue) = 174+48+93=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE305D is #51CFA2. Grayscale: #5A5A5A. Windows color (decimal): -5361571 or 6107310. OLE color: 6107310.

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

Color convert

RGB 174 48 93 -
CMYK 0 0.72 0.47 0.32
HSL 338.57º 0.57% 0.44% -
HSV(B) 338.57º 0.72% 0.68% -
XYZ 20.49 11.9 11.57 -
YUV 90.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 174 48 93 0 0.72 0.47 0.32 338.57 0.57 0.44
Hex AE 30 5D 0 48 2F 20 153 39 2C
Octal 256 60 135 0 110 57 40 523 71 54
Binary 10101110 110000 1011101 0 1001000 101111 100000 101010011 111001 101100

Color Harmonies of #AE305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE305D

Black with #AE305D

Text Example


Text Example

White with #AE305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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