#AE486A

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

Shades of Rouge #AE486A

Tints of Rouge #AE486A

Color information

#AE486A (or 0xAE486A) is unknown color: approx Rouge. HEX triplet: AE, 48 and 6A. RGB value is (174,72,106). Sum of RGB (Red+Green+Blue) = 174+72+106=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE486A is #51B795. Grayscale: #6A6A6A. Windows color (decimal): -5355414 or 6965422. OLE color: 6965422.

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

Color convert

RGB17472106-
CMYK00.590.390.32
HSL340º41.46%48.24%-
HSV(B)340º58.62%68.24%-
XYZ22.3714.6715.29-
YUV106.37127.79176.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=49.43%
G=20.45%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747210600.590.390.3234041.4648.24
HexAE486A03B27201542930
Octal25611015207347405245160
Binary10101110100100011010100111011100111100000101010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE486A; }

 p { color: rgb(174,72,106); }

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

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

 a { background-color: rgb(174,72,106); }

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

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

 span { border-color: rgb(174,72,106); }

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