#AD2E70

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

Shades of Rouge #AD2E70

Tints of Rouge #AD2E70

Color information

#AD2E70 (or 0xAD2E70) is unknown color: approx Rouge. HEX triplet: AD, 2E and 70. RGB value is (173,46,112). Sum of RGB (Red+Green+Blue) = 173+46+112=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2E70 is #52D18F. Grayscale: #5B5B5B. Windows color (decimal): -5427600 or 7351981. OLE color: 7351981.

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

Color convert

RGB17346112-
CMYK00.730.350.32
HSL328.82º57.99%42.94%-
HSV(B)328.82º73.41%67.84%-
XYZ21.1412.0116.53-
YUV91.5139.58186.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=52.27%
G=13.90%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734611200.730.350.32328.8257.9942.94
HexAD2E7004923201493a2b
Octal25556160011143405117253
Binary10101101101110111000001001001100011100000101001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E70; }

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

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

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

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

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

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

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

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