#AE4968

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

Shades of Rouge #AE4968

Tints of Rouge #AE4968

Color information

#AE4968 (or 0xAE4968) is unknown color: approx Rouge. HEX triplet: AE, 49 and 68. RGB value is (174,73,104). Sum of RGB (Red+Green+Blue) = 174+73+104=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4968 is #51B697. Grayscale: #6A6A6A. Windows color (decimal): -5355160 or 6834606. OLE color: 6834606.

HSL color Cylindrical-coordinate representation of color #AE4968: hue angle of 341.58º 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 #AE4968 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17473104-
CMYK00.580.400.32
HSL341.58º40.89%48.43%-
HSV(B)341.58º58.05%68.24%-
XYZ22.3414.7614.77-
YUV106.73126.46175.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=49.57%
G=20.80%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747310400.580.400.32341.5840.8948.43
HexAE496803A28201562930
Octal25611115007250405265160
Binary10101110100100111010000111010101000100000101010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4968; }

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

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

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

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

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

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

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

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