#AD2E6B

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

Shades of Rouge #AD2E6B

Tints of Rouge #AD2E6B

Color information

#AD2E6B (or 0xAD2E6B) is unknown color: approx Rouge. HEX triplet: AD, 2E and 6B. RGB value is (173,46,107). Sum of RGB (Red+Green+Blue) = 173+46+107=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2E6B is #52D194. Grayscale: #5A5A5A. Windows color (decimal): -5427605 or 7024301. OLE color: 7024301.

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

Color convert

RGB17346107-
CMYK00.730.380.32
HSL331.18º57.99%42.94%-
HSV(B)331.18º73.41%67.84%-
XYZ20.8611.915.11-
YUV90.93137.08186.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=53.07%
G=14.11%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734610700.730.380.32331.1857.9942.94
HexAD2E6B049262014b3a2b
Octal25556153011146405137253
Binary10101101101110110101101001001100110100000101001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E6B; }

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

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

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

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

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

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

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

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