Html Css Color HEX #AD316A Rouge

📋 copy color: '#AD316A'

red 173 ◦ green 49 ◦ blue 106

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

Shades of Rouge #AD316A

Tints of Rouge #AD316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 52.74%
G = 14.94%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD316A (or 0xAD316A) is known color: Rouge. HEX triplet: AD, 31 and 6A. RGB value is (173,49,106). Sum of RGB (Red+Green+Blue) = 173+49+106=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD316A is #52CE95. Grayscale: #5C5C5C. Windows color (decimal): -5426838 or 6959533. OLE color: 6959533.

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

Color convert

RGB 173 49 106 -
CMYK 0 0.72 0.39 0.32
HSL 332.42º 0.56% 0.44% -
HSV(B) 332.42º 0.72% 0.68% -
XYZ 20.93 12.12 14.87 -
YUV 92.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 173 49 106 0 0.72 0.39 0.32 332.42 0.56 0.44
Hex AD 31 6A 0 48 27 20 14C 38 2C
Octal 255 61 152 0 110 47 40 514 70 54
Binary 10101101 110001 1101010 0 1001000 100111 100000 101001100 111000 101100

Color Harmonies of #AD316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD316A

Black with #AD316A

Text Example


Text Example

White with #AD316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD316A; }

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

 H1.HeaderClassName
 {
   color: #AD316A;
 }
 .AnyTagClassName
 {
   color: #AD316A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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