#ae4667

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

Shades of Rouge #AE4667

Tints of Rouge #AE4667

Color information

#AE4667 (or 0xAE4667) is unknown color: approx Rouge. HEX triplet: AE, 46 and 67. RGB value is (174,70,103). Sum of RGB (Red+Green+Blue) = 174+70+103=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4667 is #51B998. Grayscale: #686868. Windows color (decimal): -5355929 or 6768302. OLE color: 6768302.

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

Color convert

RGB17470103-
CMYK00.600.410.32
HSL340.96º42.62%47.84%-
HSV(B)340.96º59.77%68.24%-
XYZ22.0914.3614.44-
YUV104.86126.96177.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=50.14%
G=20.17%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747010300.600.410.32340.9642.6247.84
HexAE466703C29201552b30
Octal25610614707451405255360
Binary10101110100011011001110111100101001100000101010101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4667; }

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

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

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

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

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

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

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

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