#AD416B

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

Shades of Rouge #AD416B

Tints of Rouge #AD416B

Color information

#AD416B (or 0xAD416B) is unknown color: approx Rouge. HEX triplet: AD, 41 and 6B. RGB value is (173,65,107). Sum of RGB (Red+Green+Blue) = 173+65+107=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD416B is #52BE94. Grayscale: #666666. Windows color (decimal): -5422741 or 7029165. OLE color: 7029165.

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

Color convert

RGB17365107-
CMYK00.620.380.32
HSL336.67º45.38%46.67%-
HSV(B)336.67º62.43%67.84%-
XYZ21.7813.7315.41-
YUV102.08130.78178.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=50.14%
G=18.84%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736510700.620.380.32336.6745.3846.67
HexAD416B03E26201512d2f
Octal25510115307646405215557
Binary10101101100000111010110111110100110100000101010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD416B; }

 p { color: rgb(173,65,107); }

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

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

 a { background-color: rgb(173,65,107); }

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

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

 span { border-color: rgb(173,65,107); }

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