Html Css Color HEX #AD315A Rouge

📋 copy color: '#AD315A'

red 173 ◦ green 49 ◦ blue 90

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

Shades of Rouge #AD315A

Tints of Rouge #AD315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 55.45%
G = 15.71%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD315A (or 0xAD315A) is known color: Rouge. HEX triplet: AD, 31 and 5A. RGB value is (173,49,90). Sum of RGB (Red+Green+Blue) = 173+49+90=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD315A is #52CEA5. Grayscale: #5A5A5A. Windows color (decimal): -5426854 or 5910957. OLE color: 5910957.

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

Color convert

RGB 173 49 90 -
CMYK 0 0.72 0.48 0.32
HSL 340.16º 0.56% 0.44% -
HSV(B) 340.16º 0.72% 0.68% -
XYZ 20.18 11.82 10.89 -
YUV 90.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 173 49 90 0 0.72 0.48 0.32 340.16 0.56 0.44
Hex AD 31 5A 0 48 30 20 154 38 2C
Octal 255 61 132 0 110 60 40 524 70 54
Binary 10101101 110001 1011010 0 1001000 110000 100000 101010100 111000 101100

Color Harmonies of #AD315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD315A

Black with #AD315A

Text Example


Text Example

White with #AD315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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