#AD336B

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

Shades of Rouge #AD336B

Tints of Rouge #AD336B

Color information

#AD336B (or 0xAD336B) is unknown color: approx Rouge. HEX triplet: AD, 33 and 6B. RGB value is (173,51,107). Sum of RGB (Red+Green+Blue) = 173+51+107=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336B is #52CC94. Grayscale: #5D5D5D. Windows color (decimal): -5426325 or 7025581. OLE color: 7025581.

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

Color convert

RGB17351107-
CMYK00.710.380.32
HSL332.46º54.46%43.92%-
HSV(B)332.46º70.52%67.84%-
XYZ21.0712.3115.18-
YUV93.86135.42184.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=52.27%
G=15.41%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735110700.710.380.32332.4654.4643.92
HexAD336B047262014c362c
Octal25563153010746405146654
Binary10101101110011110101101000111100110100000101001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD336B; }

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

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

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

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

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

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

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

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