#AD335E

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

Shades of Rouge #AD335E

Tints of Rouge #AD335E

Color information

#AD335E (or 0xAD335E) is unknown color: approx Rouge. HEX triplet: AD, 33 and 5E. RGB value is (173,51,94). Sum of RGB (Red+Green+Blue) = 173+51+94=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD335E is #52CCA1. Grayscale: #5C5C5C. Windows color (decimal): -5426338 or 6173613. OLE color: 6173613.

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

Color convert

RGB1735194-
CMYK00.710.460.32
HSL338.85º54.46%43.92%-
HSV(B)338.85º70.52%67.84%-
XYZ20.4412.0611.84-
YUV92.38128.92185.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=54.40%
G=16.04%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173519400.710.460.32338.8554.4643.92
HexAD335E0472E20153362c
Octal25563136010756405236654
Binary10101101110011101111001000111101110100000101010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD335E; }

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

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

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

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

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

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

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

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