#AE3A6B

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

Shades of Rouge #AE3A6B

Tints of Rouge #AE3A6B

Color information

#AE3A6B (or 0xAE3A6B) is unknown color: approx Rouge. HEX triplet: AE, 3A and 6B. RGB value is (174,58,107). Sum of RGB (Red+Green+Blue) = 174+58+107=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A6B is #51C594. Grayscale: #626262. Windows color (decimal): -5358997 or 7027374. OLE color: 7027374.

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

Color convert

RGB17458107-
CMYK00.670.390.32
HSL334.66º50%45.49%-
HSV(B)334.66º66.67%68.24%-
XYZ21.6213.0915.3-
YUV98.27132.93182.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=51.33%
G=17.11%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745810700.670.390.32334.665045.49
HexAE3A6B043272014f322d
Octal25672153010347405176255
Binary10101110111010110101101000011100111100000101001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A6B; }

 p { color: rgb(174,58,107); }

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

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

 a { background-color: rgb(174,58,107); }

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

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

 span { border-color: rgb(174,58,107); }

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