#AE426B

Color #AE426B Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AE426B

Tints of Rouge #AE426B

Color information

#AE426B (or 0xAE426B) is unknown color: approx Rouge. HEX triplet: AE, 42 and 6B. RGB value is (174,66,107). Sum of RGB (Red+Green+Blue) = 174+66+107=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE426B is #51BD94. Grayscale: #666666. Windows color (decimal): -5356949 or 7029422. OLE color: 7029422.

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

Color convert

RGB17466107-
CMYK00.620.390.32
HSL337.22º45%47.06%-
HSV(B)337.22º62.07%68.24%-
XYZ22.0613.9615.44-
YUV102.97130.28178.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=50.14%
G=19.02%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746610700.620.390.32337.224547.06
HexAE426B03E27201512d2f
Octal25610215307647405215557
Binary10101110100001011010110111110100111100000101010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE426B; }

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

 H1.HeaderClassName
 {
   color: #AE426B;
 }
 .AnyTagClassName
 {
   color: #AE426B;
 }
</style>
background-color css

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

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

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

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

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

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