#AD3370

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

Shades of Rouge #AD3370

Tints of Rouge #AD3370

Color information

#AD3370 (or 0xAD3370) is unknown color: approx Rouge. HEX triplet: AD, 33 and 70. RGB value is (173,51,112). Sum of RGB (Red+Green+Blue) = 173+51+112=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3370 is #52CC8F. Grayscale: #5E5E5E. Windows color (decimal): -5426320 or 7353261. OLE color: 7353261.

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

Color convert

RGB17351112-
CMYK00.710.350.32
HSL330º54.46%43.92%-
HSV(B)330º70.52%67.84%-
XYZ21.3412.4216.6-
YUV94.43137.92184.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=51.49%
G=15.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735111200.710.350.3233054.4643.92
HexAD3370047232014a362c
Octal25563160010743405126654
Binary10101101110011111000001000111100011100000101001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3370; }

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

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

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

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

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

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

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

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