#AA3568

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

Shades of Rouge #AA3568

Tints of Rouge #AA3568

Color information

#AA3568 (or 0xAA3568) is unknown color: approx Rouge. HEX triplet: AA, 35 and 68. RGB value is (170,53,104). Sum of RGB (Red+Green+Blue) = 170+53+104=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3568 is #55CA97. Grayscale: #5D5D5D. Windows color (decimal): -5622424 or 6829482. OLE color: 6829482.

HSL color Cylindrical-coordinate representation of color #AA3568: hue angle of 333.85º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3568 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17053104-
CMYK00.690.390.33
HSL333.85º52.47%43.73%-
HSV(B)333.85º68.82%66.67%-
XYZ20.3512.0914.36-
YUV93.8133.76182.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=51.99%
G=16.21%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705310400.690.390.33333.8552.4743.73
HexAA3568045272114e342c
Octal25265150010547415166454
Binary10101010110101110100001000101100111100001101001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3568; }

 p { color: rgb(170,53,104); }

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

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

 a { background-color: rgb(170,53,104); }

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

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

 span { border-color: rgb(170,53,104); }

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