#AA3C68

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

Shades of Rouge #AA3C68

Tints of Rouge #AA3C68

Color information

#AA3C68 (or 0xAA3C68) is unknown color: approx Rouge. HEX triplet: AA, 3C and 68. RGB value is (170,60,104). Sum of RGB (Red+Green+Blue) = 170+60+104=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C68 is #55C397. Grayscale: #616161. Windows color (decimal): -5620632 or 6831274. OLE color: 6831274.

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

Color convert

RGB17060104-
CMYK00.650.390.33
HSL336º47.83%45.1%-
HSV(B)336º64.71%66.67%-
XYZ20.6912.7814.47-
YUV97.91131.44179.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=50.90%
G=17.96%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706010400.650.390.3333647.8345.1
HexAA3C680412721150302d
Octal25274150010147415206055
Binary10101010111100110100001000001100111100001101010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C68; }

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

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

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

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

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

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

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

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