#AE4267

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

Shades of Rouge #AE4267

Tints of Rouge #AE4267

Color information

#AE4267 (or 0xAE4267) is unknown color: approx Rouge. HEX triplet: AE, 42 and 67. RGB value is (174,66,103). Sum of RGB (Red+Green+Blue) = 174+66+103=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4267 is #51BD98. Grayscale: #666666. Windows color (decimal): -5356953 or 6767278. OLE color: 6767278.

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

Color convert

RGB17466103-
CMYK00.620.410.32
HSL339.44º45%47.06%-
HSV(B)339.44º62.07%68.24%-
XYZ21.8513.8714.36-
YUV102.51128.28178.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=50.73%
G=19.24%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746610300.620.410.32339.444547.06
HexAE426703E29201532d2f
Octal25610214707651405235557
Binary10101110100001011001110111110101001100000101010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4267; }

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

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

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

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

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

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

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

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