#AD2669

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

Shades of Rouge #AD2669

Tints of Rouge #AD2669

Color information

#AD2669 (or 0xAD2669) is unknown color: approx Rouge. HEX triplet: AD, 26 and 69. RGB value is (173,38,105). Sum of RGB (Red+Green+Blue) = 173+38+105=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2669 is #52D996. Grayscale: #555555. Windows color (decimal): -5429655 or 6891181. OLE color: 6891181.

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

Color convert

RGB17338105-
CMYK00.780.390.32
HSL330.22º63.98%41.37%-
HSV(B)330.22º78.03%67.84%-
XYZ20.4811.2914.46-
YUV86138.73190.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.75%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=54.75%
G=12.03%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733810500.780.390.32330.2263.9841.37
HexAD266904E272014a4029
Octal255461510116474051210051
Binary101011011001101101001010011101001111000001010010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2669; }

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

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

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

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

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

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

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

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