#AD2665

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

Shades of Rouge #AD2665

Tints of Rouge #AD2665

Color information

#AD2665 (or 0xAD2665) is unknown color: approx Rouge. HEX triplet: AD, 26 and 65. RGB value is (173,38,101). Sum of RGB (Red+Green+Blue) = 173+38+101=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2665 is #52D99A. Grayscale: #555555. Windows color (decimal): -5429659 or 6629037. OLE color: 6629037.

HSL color Cylindrical-coordinate representation of color #AD2665: hue angle of 332º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2665 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB17338101-
CMYK00.780.420.32
HSL332º63.98%41.37%-
HSV(B)332º78.03%67.84%-
XYZ20.2811.2113.41-
YUV85.55136.73190.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.45%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=55.45%
G=12.18%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733810100.780.420.3233263.9841.37
HexAD266504E2A2014c4029
Octal255461450116524051410051
Binary101011011001101100101010011101010101000001010011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2665; }

 p { color: rgb(173,38,101); }

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

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

 a { background-color: rgb(173,38,101); }

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

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

 span { border-color: rgb(173,38,101); }

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