Html Css Color HEX #AE3A63 Rouge

📋 copy color: '#AE3A63'

red 174 ◦ green 58 ◦ blue 99

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

Shades of Rouge #AE3A63

Tints of Rouge #AE3A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 52.57%
G = 17.52%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE3A63 (or 0xAE3A63) is known color: Rouge. HEX triplet: AE, 3A and 63. RGB value is (174,58,99). Sum of RGB (Red+Green+Blue) = 174+58+99=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A63 is #51C59C. Grayscale: #616161. Windows color (decimal): -5359005 or 6503086. OLE color: 6503086.

HSL color Cylindrical-coordinate representation of color #AE3A63: hue angle of 338.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A63 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 58 99 -
CMYK 0 0.67 0.43 0.32
HSL 338.79º 0.5% 0.45% -
HSV(B) 338.79º 0.67% 0.68% -
XYZ 21.22 12.93 13.18 -
YUV 97.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 174 58 99 0 0.67 0.43 0.32 338.79 0.5 0.45
Hex AE 3A 63 0 43 2B 20 153 32 2D
Octal 256 72 143 0 103 53 40 523 62 55
Binary 10101110 111010 1100011 0 1000011 101011 100000 101010011 110010 101101

Color Harmonies of #AE3A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A63

Black with #AE3A63

Text Example


Text Example

White with #AE3A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A63; }

 p { color: rgb(174,58,99); }

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

background-color css

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

 a { background-color: rgb(174,58,99); }

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

border-color css

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

 span { border-color: rgb(174,58,99); }

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