#AD335B

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

Shades of Rouge #AD335B

Tints of Rouge #AD335B

Color information

#AD335B (or 0xAD335B) is unknown color: approx Rouge. HEX triplet: AD, 33 and 5B. RGB value is (173,51,91). Sum of RGB (Red+Green+Blue) = 173+51+91=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335B is #52CCA4. Grayscale: #5C5C5C. Windows color (decimal): -5426341 or 5977005. OLE color: 5977005.

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

Color convert

RGB1735191-
CMYK00.710.470.32
HSL340.33º54.46%43.92%-
HSV(B)340.33º70.52%67.84%-
XYZ20.3112.0111.14-
YUV92.04127.42185.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=54.92%
G=16.19%
B=28.89%

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
Decimal173519100.710.470.32340.3354.4643.92
HexAD335B0472F20154362c
Octal25563133010757405246654
Binary10101101110011101101101000111101111100000101010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD335B; }

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

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

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

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

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

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

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

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