#AD2666

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

Shades of Rouge #AD2666

Tints of Rouge #AD2666

Color information

#AD2666 (or 0xAD2666) is unknown color: approx Rouge. HEX triplet: AD, 26 and 66. RGB value is (173,38,102). Sum of RGB (Red+Green+Blue) = 173+38+102=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2666 is #52D999. Grayscale: #555555. Windows color (decimal): -5429658 or 6694573. OLE color: 6694573.

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

Color convert

RGB17338102-
CMYK00.780.410.32
HSL331.56º63.98%41.37%-
HSV(B)331.56º78.03%67.84%-
XYZ20.3211.2313.67-
YUV85.66137.23190.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=55.27%
G=12.14%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733810200.780.410.32331.5663.9841.37
HexAD266604E292014c4029
Octal255461460116514051410051
Binary101011011001101100110010011101010011000001010011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2666; }

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

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

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

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

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

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

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

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