Html Css Color HEX #AE376C Rouge

📋 copy color: '#AE376C'

red 174 ◦ green 55 ◦ blue 108

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

Shades of Rouge #AE376C

Tints of Rouge #AE376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 51.63%
G = 16.32%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE376C (or 0xAE376C) is known color: Rouge. HEX triplet: AE, 37 and 6C. RGB value is (174,55,108). Sum of RGB (Red+Green+Blue) = 174+55+108=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE376C is #51C893. Grayscale: #606060. Windows color (decimal): -5359764 or 7092142. OLE color: 7092142.

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

Color convert

RGB 174 55 108 -
CMYK 0 0.68 0.38 0.32
HSL 333.28º 0.52% 0.45% -
HSV(B) 333.28º 0.68% 0.68% -
XYZ 21.53 12.81 15.53 -
YUV 96.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 174 55 108 0 0.68 0.38 0.32 333.28 0.52 0.45
Hex AE 37 6C 0 44 26 20 14D 34 2D
Octal 256 67 154 0 104 46 40 515 64 55
Binary 10101110 110111 1101100 0 1000100 100110 100000 101001101 110100 101101

Color Harmonies of #AE376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE376C

Black with #AE376C

Text Example


Text Example

White with #AE376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE376C; }

 p { color: rgb(174,55,108); }

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

background-color css

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

 a { background-color: rgb(174,55,108); }

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

border-color css

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

 span { border-color: rgb(174,55,108); }

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