#AD355E

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

Shades of Rouge #AD355E

Tints of Rouge #AD355E

Color information

#AD355E (or 0xAD355E) is unknown color: approx Rouge. HEX triplet: AD, 35 and 5E. RGB value is (173,53,94). Sum of RGB (Red+Green+Blue) = 173+53+94=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD355E is #52CAA1. Grayscale: #5D5D5D. Windows color (decimal): -5425826 or 6174125. OLE color: 6174125.

HSL color Cylindrical-coordinate representation of color #AD355E: hue angle of 339.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD355E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1735394-
CMYK00.690.460.32
HSL339.5º53.1%44.31%-
HSV(B)339.5º69.36%67.84%-
XYZ20.5312.2411.87-
YUV93.55128.26184.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=54.06%
G=16.56%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173539400.690.460.32339.553.144.31
HexAD355E0452E20154352c
Octal25565136010556405246554
Binary10101101110101101111001000101101110100000101010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD355E; }

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

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

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

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

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

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

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

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