Html Css Color HEX #AE296B Rouge

📋 copy color: '#AE296B'

red 174 ◦ green 41 ◦ blue 107

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

Shades of Rouge #AE296B

Tints of Rouge #AE296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 54.04%
G = 12.73%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE296B (or 0xAE296B) is known color: Rouge. HEX triplet: AE, 29 and 6B. RGB value is (174,41,107). Sum of RGB (Red+Green+Blue) = 174+41+107=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE296B is #51D694. Grayscale: #585858. Windows color (decimal): -5363349 or 7023022. OLE color: 7023022.

HSL color Cylindrical-coordinate representation of color #AE296B: hue angle of 330.23º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE296B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 107 -
CMYK 0 0.76 0.39 0.32
HSL 330.23º 0.62% 0.42% -
HSV(B) 330.23º 0.76% 0.68% -
XYZ 20.9 11.65 15.06 -
YUV 88.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 174 41 107 0 0.76 0.39 0.32 330.23 0.62 0.42
Hex AE 29 6B 0 4C 27 20 14A 3E 2A
Octal 256 51 153 0 114 47 40 512 76 52
Binary 10101110 101001 1101011 0 1001100 100111 100000 101001010 111110 101010

Color Harmonies of #AE296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE296B

Black with #AE296B

Text Example


Text Example

White with #AE296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE296B; }

 p { color: rgb(174,41,107); }

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

background-color css

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

 a { background-color: rgb(174,41,107); }

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

border-color css

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

 span { border-color: rgb(174,41,107); }

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