#AE4362

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

Shades of Rouge #AE4362

Tints of Rouge #AE4362

Color information

#AE4362 (or 0xAE4362) is unknown color: approx Rouge. HEX triplet: AE, 43 and 62. RGB value is (174,67,98). Sum of RGB (Red+Green+Blue) = 174+67+98=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4362 is #51BC9D. Grayscale: #666666. Windows color (decimal): -5356702 or 6439854. OLE color: 6439854.

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

Color convert

RGB1746798-
CMYK00.610.440.32
HSL342.62º44.4%47.25%-
HSV(B)342.62º61.49%68.24%-
XYZ21.6713.8913.1-
YUV102.53125.45178.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=51.33%
G=19.76%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174679800.610.440.32342.6244.447.25
HexAE436203D2C201572c2f
Octal25610314207554405275457
Binary10101110100001111000100111101101100100000101010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4362; }

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

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

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

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

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

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

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

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