Html Css Color HEX #AD316F Rouge

📋 copy color: '#AD316F'

red 173 ◦ green 49 ◦ blue 111

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

Shades of Rouge #AD316F

Tints of Rouge #AD316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 51.95%
G = 14.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD316F (or 0xAD316F) is known color: Rouge. HEX triplet: AD, 31 and 6F. RGB value is (173,49,111). Sum of RGB (Red+Green+Blue) = 173+49+111=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD316F is #52CE90. Grayscale: #5D5D5D. Windows color (decimal): -5426833 or 7287213. OLE color: 7287213.

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

Color convert

RGB 173 49 111 -
CMYK 0 0.72 0.36 0.32
HSL 330º 0.56% 0.44% -
HSV(B) 330º 0.72% 0.68% -
XYZ 21.2 12.23 16.28 -
YUV 93.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 173 49 111 0 0.72 0.36 0.32 330 0.56 0.44
Hex AD 31 6F 0 48 24 20 14A 38 2C
Octal 255 61 157 0 110 44 40 512 70 54
Binary 10101101 110001 1101111 0 1001000 100100 100000 101001010 111000 101100

Color Harmonies of #AD316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD316F

Black with #AD316F

Text Example


Text Example

White with #AD316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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