#AD306C

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

Shades of Rouge #AD306C

Tints of Rouge #AD306C

Color information

#AD306C (or 0xAD306C) is unknown color: approx Rouge. HEX triplet: AD, 30 and 6C. RGB value is (173,48,108). Sum of RGB (Red+Green+Blue) = 173+48+108=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD306C is #52CF93. Grayscale: #5C5C5C. Windows color (decimal): -5427092 or 7090349. OLE color: 7090349.

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

Color convert

RGB17348108-
CMYK00.720.380.32
HSL331.2º56.56%43.33%-
HSV(B)331.2º72.25%67.84%-
XYZ2112.0815.41-
YUV92.21136.91185.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=52.58%
G=14.59%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734810800.720.380.32331.256.5643.33
HexAD306C048262014b392b
Octal25560154011046405137153
Binary10101101110000110110001001000100110100000101001011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD306C; }

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

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

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

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

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

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

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

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