#AD326C

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

Shades of Rouge #AD326C

Tints of Rouge #AD326C

Color information

#AD326C (or 0xAD326C) is unknown color: approx Rouge. HEX triplet: AD, 32 and 6C. RGB value is (173,50,108). Sum of RGB (Red+Green+Blue) = 173+50+108=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD326C is #52CD93. Grayscale: #5D5D5D. Windows color (decimal): -5426580 or 7090861. OLE color: 7090861.

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

Color convert

RGB17350108-
CMYK00.710.380.32
HSL331.71º55.16%43.73%-
HSV(B)331.71º71.1%67.84%-
XYZ21.0812.2515.44-
YUV93.39136.25184.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=52.27%
G=15.11%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735010800.710.380.32331.7155.1643.73
HexAD326C047262014c372c
Octal25562154010746405146754
Binary10101101110010110110001000111100110100000101001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD326C; }

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

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

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

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

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

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

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

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