Html Css Color HEX #AD315C Rouge

📋 copy color: '#AD315C'

red 173 ◦ green 49 ◦ blue 92

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

Shades of Rouge #AD315C

Tints of Rouge #AD315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 55.1%
G = 15.61%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD315C (or 0xAD315C) is known color: Rouge. HEX triplet: AD, 31 and 5C. RGB value is (173,49,92). Sum of RGB (Red+Green+Blue) = 173+49+92=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD315C is #52CEA3. Grayscale: #5A5A5A. Windows color (decimal): -5426852 or 6042029. OLE color: 6042029.

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

Color convert

RGB 173 49 92 -
CMYK 0 0.72 0.47 0.32
HSL 339.19º 0.56% 0.44% -
HSV(B) 339.19º 0.72% 0.68% -
XYZ 20.26 11.85 11.35 -
YUV 90.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 173 49 92 0 0.72 0.47 0.32 339.19 0.56 0.44
Hex AD 31 5C 0 48 2F 20 153 38 2C
Octal 255 61 134 0 110 57 40 523 70 54
Binary 10101101 110001 1011100 0 1001000 101111 100000 101010011 111000 101100

Color Harmonies of #AD315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD315C

Black with #AD315C

Text Example


Text Example

White with #AD315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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