#AD396E

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

Shades of Rouge #AD396E

Tints of Rouge #AD396E

Color information

#AD396E (or 0xAD396E) is unknown color: approx Rouge. HEX triplet: AD, 39 and 6E. RGB value is (173,57,110). Sum of RGB (Red+Green+Blue) = 173+57+110=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD396E is #52C691. Grayscale: #616161. Windows color (decimal): -5424786 or 7223725. OLE color: 7223725.

HSL color Cylindrical-coordinate representation of color #AD396E: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD396E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17357110-
CMYK00.670.360.32
HSL332.59º50.43%45.1%-
HSV(B)332.59º67.05%67.84%-
XYZ21.5112.9416.12-
YUV97.73134.93181.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=50.88%
G=16.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735711000.670.360.32332.5950.4345.1
HexAD396E043242014d322d
Octal25571156010344405156255
Binary10101101111001110111001000011100100100000101001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD396E; }

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

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

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

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

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

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

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

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