#AD326A

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

Shades of Rouge #AD326A

Tints of Rouge #AD326A

Color information

#AD326A (or 0xAD326A) is unknown color: approx Rouge. HEX triplet: AD, 32 and 6A. RGB value is (173,50,106). Sum of RGB (Red+Green+Blue) = 173+50+106=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326A is #52CD95. Grayscale: #5D5D5D. Windows color (decimal): -5426582 or 6959789. OLE color: 6959789.

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

Color convert

RGB17350106-
CMYK00.710.390.32
HSL332.68º55.16%43.73%-
HSV(B)332.68º71.1%67.84%-
XYZ20.9812.2114.89-
YUV93.16135.25184.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=52.58%
G=15.20%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735010600.710.390.32332.6855.1643.73
HexAD326A047272014d372c
Octal25562152010747405156754
Binary10101101110010110101001000111100111100000101001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD326A; }

 p { color: rgb(173,50,106); }

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

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

 a { background-color: rgb(173,50,106); }

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

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

 span { border-color: rgb(173,50,106); }

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