#AE2B69

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

Shades of Rouge #AE2B69

Tints of Rouge #AE2B69

Color information

#AE2B69 (or 0xAE2B69) is unknown color: approx Rouge. HEX triplet: AE, 2B and 69. RGB value is (174,43,105). Sum of RGB (Red+Green+Blue) = 174+43+105=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B69 is #51D496. Grayscale: #595959. Windows color (decimal): -5362839 or 6892462. OLE color: 6892462.

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

Color convert

RGB17443105-
CMYK00.750.400.32
HSL331.6º60.37%42.55%-
HSV(B)331.6º75.29%68.24%-
XYZ20.8711.7514.53-
YUV89.24136.9188.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=54.04%
G=13.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744310500.750.400.32331.660.3742.55
HexAE2B6904B282014c3c2b
Octal25653151011350405147453
Binary10101110101011110100101001011101000100000101001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B69; }

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

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

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

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

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

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

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

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