#AE4262

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

Shades of Rouge #AE4262

Tints of Rouge #AE4262

Color information

#AE4262 (or 0xAE4262) is unknown color: approx Rouge. HEX triplet: AE, 42 and 62. RGB value is (174,66,98). Sum of RGB (Red+Green+Blue) = 174+66+98=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4262 is #51BD9D. Grayscale: #656565. Windows color (decimal): -5356958 or 6439598. OLE color: 6439598.

HSL color Cylindrical-coordinate representation of color #AE4262: hue angle of 342.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 #AE4262 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1746698-
CMYK00.620.440.32
HSL342.22º45%47.06%-
HSV(B)342.22º62.07%68.24%-
XYZ21.6113.7813.08-
YUV101.94125.78179.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=51.48%
G=19.53%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174669800.620.440.32342.224547.06
HexAE426203E2C201562d2f
Octal25610214207654405265557
Binary10101110100001011000100111110101100100000101010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4262; }

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

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

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

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

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

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

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

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