#AD3366

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

Shades of Rouge #AD3366

Tints of Rouge #AD3366

Color information

#AD3366 (or 0xAD3366) is unknown color: approx Rouge. HEX triplet: AD, 33 and 66. RGB value is (173,51,102). Sum of RGB (Red+Green+Blue) = 173+51+102=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3366 is #52CC99. Grayscale: #5D5D5D. Windows color (decimal): -5426330 or 6697901. OLE color: 6697901.

HSL color Cylindrical-coordinate representation of color #AD3366: hue angle of 334.92º degrees, saturation: 0.54, 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 #AD3366 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17351102-
CMYK00.710.410.32
HSL334.92º54.46%43.92%-
HSV(B)334.92º70.52%67.84%-
XYZ20.8212.2113.83-
YUV93.29132.92184.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=53.07%
G=15.64%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735110200.710.410.32334.9254.4643.92
HexAD3366047292014f362c
Octal25563146010751405176654
Binary10101101110011110011001000111101001100000101001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3366; }

 p { color: rgb(173,51,102); }

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

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

 a { background-color: rgb(173,51,102); }

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

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

 span { border-color: rgb(173,51,102); }

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