#AD3170

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

Shades of Rouge #AD3170

Tints of Rouge #AD3170

Color information

#AD3170 (or 0xAD3170) is unknown color: approx Rouge. HEX triplet: AD, 31 and 70. RGB value is (173,49,112). Sum of RGB (Red+Green+Blue) = 173+49+112=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3170 is #52CE8F. Grayscale: #5D5D5D. Windows color (decimal): -5426832 or 7352749. OLE color: 7352749.

HSL color Cylindrical-coordinate representation of color #AD3170: hue angle of 329.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3170 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17349112-
CMYK00.720.350.32
HSL329.52º55.86%43.53%-
HSV(B)329.52º71.68%67.84%-
XYZ21.2612.2516.57-
YUV93.26138.58184.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=51.80%
G=14.67%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734911200.720.350.32329.5255.8643.53
HexAD3170048232014a382c
Octal25561160011043405127054
Binary10101101110001111000001001000100011100000101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3170; }

 p { color: rgb(173,49,112); }

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

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

 a { background-color: rgb(173,49,112); }

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

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

 span { border-color: rgb(173,49,112); }

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