#AD2E6A

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

Shades of Rouge #AD2E6A

Tints of Rouge #AD2E6A

Color information

#AD2E6A (or 0xAD2E6A) is unknown color: approx Rouge. HEX triplet: AD, 2E and 6A. RGB value is (173,46,106). Sum of RGB (Red+Green+Blue) = 173+46+106=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2E6A is #52D195. Grayscale: #5A5A5A. Windows color (decimal): -5427606 or 6958765. OLE color: 6958765.

HSL color Cylindrical-coordinate representation of color #AD2E6A: hue angle of 331.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E6A is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17346106-
CMYK00.730.390.32
HSL331.65º57.99%42.94%-
HSV(B)331.65º73.41%67.84%-
XYZ20.8111.8814.83-
YUV90.81136.58186.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=53.23%
G=14.15%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734610600.730.390.32331.6557.9942.94
HexAD2E6A049272014c3a2b
Octal25556152011147405147253
Binary10101101101110110101001001001100111100000101001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E6A; }

 p { color: rgb(173,46,106); }

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

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

 a { background-color: rgb(173,46,106); }

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

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

 span { border-color: rgb(173,46,106); }

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