Html Css Color HEX #AE266C Rouge

📋 copy color: '#AE266C'

red 174 ◦ green 38 ◦ blue 108

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

Shades of Rouge #AE266C

Tints of Rouge #AE266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

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

R = 54.38%
G = 11.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE266C (or 0xAE266C) is known color: Rouge. HEX triplet: AE, 26 and 6C. RGB value is (174,38,108). Sum of RGB (Red+Green+Blue) = 174+38+108=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE266C is #51D993. Grayscale: #565656. Windows color (decimal): -5364116 or 7087790. OLE color: 7087790.

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

Color convert

RGB 174 38 108 -
CMYK 0 0.78 0.38 0.32
HSL 329.12º 0.64% 0.42% -
HSV(B) 329.12º 0.78% 0.68% -
XYZ 20.86 11.47 15.3 -
YUV 86.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 174 38 108 0 0.78 0.38 0.32 329.12 0.64 0.42
Hex AE 26 6C 0 4E 26 20 149 40 2A
Octal 256 46 154 0 116 46 40 511 100 52
Binary 10101110 100110 1101100 0 1001110 100110 100000 101001001 1000000 101010

Color Harmonies of #AE266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE266C

Black with #AE266C

Text Example


Text Example

White with #AE266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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