#AE3269

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

Shades of Rouge #AE3269

Tints of Rouge #AE3269

Color information

#AE3269 (or 0xAE3269) is unknown color: approx Rouge. HEX triplet: AE, 32 and 69. RGB value is (174,50,105). Sum of RGB (Red+Green+Blue) = 174+50+105=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3269 is #51CD96. Grayscale: #5D5D5D. Windows color (decimal): -5361047 or 6894254. OLE color: 6894254.

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

Color convert

RGB17450105-
CMYK00.710.400.32
HSL333.39º55.36%43.92%-
HSV(B)333.39º71.26%68.24%-
XYZ21.1512.314.62-
YUV93.35134.58185.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=52.89%
G=15.20%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745010500.710.400.32333.3955.3643.92
HexAE3269047282014d372c
Octal25662151010750405156754
Binary10101110110010110100101000111101000100000101001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3269; }

 p { color: rgb(174,50,105); }

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

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

 a { background-color: rgb(174,50,105); }

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

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

 span { border-color: rgb(174,50,105); }

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