#AD385D

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

Shades of Rouge #AD385D

Tints of Rouge #AD385D

Color information

#AD385D (or 0xAD385D) is unknown color: approx Rouge. HEX triplet: AD, 38 and 5D. RGB value is (173,56,93). Sum of RGB (Red+Green+Blue) = 173+56+93=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385D is #52C7A2. Grayscale: #5F5F5F. Windows color (decimal): -5425059 or 6109357. OLE color: 6109357.

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

Color convert

RGB1735693-
CMYK00.680.460.32
HSL341.03º51.09%44.9%-
HSV(B)341.03º67.63%67.84%-
XYZ20.6212.511.68-
YUV95.2126.76183.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=53.73%
G=17.39%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173569300.680.460.32341.0351.0944.9
HexAD385D0442E20155332d
Octal25570135010456405256355
Binary10101101111000101110101000100101110100000101010101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD385D; }

 p { color: rgb(173,56,93); }

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

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

 a { background-color: rgb(173,56,93); }

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

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

 span { border-color: rgb(173,56,93); }

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