#AD3360

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

Shades of Rouge #AD3360

Tints of Rouge #AD3360

Color information

#AD3360 (or 0xAD3360) is unknown color: approx Rouge. HEX triplet: AD, 33 and 60. RGB value is (173,51,96). Sum of RGB (Red+Green+Blue) = 173+51+96=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3360 is #52CC9F. Grayscale: #5C5C5C. Windows color (decimal): -5426336 or 6304685. OLE color: 6304685.

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

Color convert

RGB1735196-
CMYK00.710.450.32
HSL337.87º54.46%43.92%-
HSV(B)337.87º70.52%67.84%-
XYZ20.5312.112.32-
YUV92.61129.92185.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.06%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 96 (37.89% from 255) = 30%
R=54.06%
G=15.94%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173519600.710.450.32337.8754.4643.92
HexAD33600472D20152362c
Octal25563140010755405226654
Binary10101101110011110000001000111101101100000101010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3360; }

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

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

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

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

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

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

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

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