#AE4967

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

Shades of Rouge #AE4967

Tints of Rouge #AE4967

Color information

#AE4967 (or 0xAE4967) is unknown color: approx Rouge. HEX triplet: AE, 49 and 67. RGB value is (174,73,103). Sum of RGB (Red+Green+Blue) = 174+73+103=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4967 is #51B698. Grayscale: #6A6A6A. Windows color (decimal): -5355161 or 6769070. OLE color: 6769070.

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

Color convert

RGB17473103-
CMYK00.580.410.32
HSL342.18º40.89%48.43%-
HSV(B)342.18º58.05%68.24%-
XYZ22.2914.7414.5-
YUV106.62125.96176.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=49.71%
G=20.86%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747310300.580.410.32342.1840.8948.43
HexAE496703A29201562930
Octal25611114707251405265160
Binary10101110100100111001110111010101001100000101010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4967; }

 p { color: rgb(174,73,103); }

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

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

 a { background-color: rgb(174,73,103); }

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

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

 span { border-color: rgb(174,73,103); }

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