#AD336E

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

Shades of Rouge #AD336E

Tints of Rouge #AD336E

Color information

#AD336E (or 0xAD336E) is unknown color: approx Rouge. HEX triplet: AD, 33 and 6E. RGB value is (173,51,110). Sum of RGB (Red+Green+Blue) = 173+51+110=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD336E is #52CC91. Grayscale: #5E5E5E. Windows color (decimal): -5426322 or 7222189. OLE color: 7222189.

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

Color convert

RGB17351110-
CMYK00.710.360.32
HSL330.98º54.46%43.92%-
HSV(B)330.98º70.52%67.84%-
XYZ21.2312.3816.02-
YUV94.2136.92184.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=51.80%
G=15.27%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735111000.710.360.32330.9854.4643.92
HexAD336E047242014b362c
Octal25563156010744405136654
Binary10101101110011110111001000111100100100000101001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD336E; }

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

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

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

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

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

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

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

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