Html Css Color HEX #AD2E70 Rouge

📋 copy color: '#AD2E70'

red 173 ◦ green 46 ◦ blue 112

#AD2E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD2E70

Tints of Rouge #AD2E70

RGB

 RED value IS 173 (67.97% from 255) = 52.27%

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 52.27%
G = 13.9%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD2E70 (or 0xAD2E70) is known color: 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

RGB 173 46 112 -
CMYK 0 0.73 0.35 0.32
HSL 328.82º 0.58% 0.43% -
HSV(B) 328.82º 0.73% 0.68% -
XYZ 21.14 12.01 16.53 -
YUV 91.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 173 46 112 0 0.73 0.35 0.32 328.82 0.58 0.43
Hex AD 2E 70 0 49 23 20 149 3A 2B
Octal 255 56 160 0 111 43 40 511 72 53
Binary 10101101 101110 1110000 0 1001001 100011 100000 101001001 111010 101011

Color Harmonies of #AD2E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2E70

Black with #AD2E70

Text Example


Text Example

White with #AD2E70

Text Example


Text Example

HTML Codes & Css Web 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>