#AD335C

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

Shades of Rouge #AD335C

Tints of Rouge #AD335C

Color information

#AD335C (or 0xAD335C) is unknown color: approx Rouge. HEX triplet: AD, 33 and 5C. RGB value is (173,51,92). Sum of RGB (Red+Green+Blue) = 173+51+92=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335C is #52CCA3. Grayscale: #5C5C5C. Windows color (decimal): -5426340 or 6042541. OLE color: 6042541.

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

Color convert

RGB1735192-
CMYK00.710.470.32
HSL339.84º54.46%43.92%-
HSV(B)339.84º70.52%67.84%-
XYZ20.3512.0211.37-
YUV92.15127.92185.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=54.75%
G=16.14%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173519200.710.470.32339.8454.4643.92
HexAD335C0472F20154362c
Octal25563134010757405246654
Binary10101101110011101110001000111101111100000101010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD335C; }

 p { color: rgb(173,51,92); }

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

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

 a { background-color: rgb(173,51,92); }

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

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

 span { border-color: rgb(173,51,92); }

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