#AE4367

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

Shades of Rouge #AE4367

Tints of Rouge #AE4367

Color information

#AE4367 (or 0xAE4367) is unknown color: approx Rouge. HEX triplet: AE, 43 and 67. RGB value is (174,67,103). Sum of RGB (Red+Green+Blue) = 174+67+103=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4367 is #51BC98. Grayscale: #676767. Windows color (decimal): -5356697 or 6767534. OLE color: 6767534.

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

Color convert

RGB17467103-
CMYK00.610.410.32
HSL339.81º44.4%47.25%-
HSV(B)339.81º61.49%68.24%-
XYZ21.9113.9914.38-
YUV103.1127.95178.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=50.58%
G=19.48%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746710300.610.410.32339.8144.447.25
HexAE436703D29201542c2f
Octal25610314707551405245457
Binary10101110100001111001110111101101001100000101010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4367; }

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

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

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

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

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

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

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

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