#AD346D

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

Shades of Rouge #AD346D

Tints of Rouge #AD346D

Color information

#AD346D (or 0xAD346D) is unknown color: approx Rouge. HEX triplet: AD, 34 and 6D. RGB value is (173,52,109). Sum of RGB (Red+Green+Blue) = 173+52+109=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346D is #52CB92. Grayscale: #5E5E5E. Windows color (decimal): -5426067 or 7156909. OLE color: 7156909.

HSL color Cylindrical-coordinate representation of color #AD346D: hue angle of 331.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD346D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB17352109-
CMYK00.700.370.32
HSL331.74º53.78%44.12%-
HSV(B)331.74º69.94%67.84%-
XYZ21.2212.4415.75-
YUV94.68136.09183.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=51.80%
G=15.57%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735210900.700.370.32331.7453.7844.12
HexAD346D046252014c362c
Octal25564155010645405146654
Binary10101101110100110110101000110100101100000101001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD346D; }

 p { color: rgb(173,52,109); }

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

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

 a { background-color: rgb(173,52,109); }

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

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

 span { border-color: rgb(173,52,109); }

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