#AD346B

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

Shades of Rouge #AD346B

Tints of Rouge #AD346B

Color information

#AD346B (or 0xAD346B) is unknown color: approx Rouge. HEX triplet: AD, 34 and 6B. RGB value is (173,52,107). Sum of RGB (Red+Green+Blue) = 173+52+107=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD346B is #52CB94. Grayscale: #5E5E5E. Windows color (decimal): -5426069 or 7025837. OLE color: 7025837.

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

Color convert

RGB17352107-
CMYK00.700.380.32
HSL332.73º53.78%44.12%-
HSV(B)332.73º69.94%67.84%-
XYZ21.1212.415.19-
YUV94.45135.09184.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=52.11%
G=15.66%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735210700.700.380.32332.7353.7844.12
HexAD346B046262014d362c
Octal25564153010646405156654
Binary10101101110100110101101000110100110100000101001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD346B; }

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

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

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

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

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

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

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

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