Html Css Color HEX #AD3162 Rouge

📋 copy color: '#AD3162'

red 173 ◦ green 49 ◦ blue 98

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

Shades of Rouge #AD3162

Tints of Rouge #AD3162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 54.06%
G = 15.31%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3162 (or 0xAD3162) is known color: Rouge. HEX triplet: AD, 31 and 62. RGB value is (173,49,98). Sum of RGB (Red+Green+Blue) = 173+49+98=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3162 is #52CE9D. Grayscale: #5B5B5B. Windows color (decimal): -5426846 or 6435245. OLE color: 6435245.

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

Color convert

RGB 173 49 98 -
CMYK 0 0.72 0.43 0.32
HSL 336.29º 0.56% 0.44% -
HSV(B) 336.29º 0.72% 0.68% -
XYZ 20.54 11.96 12.78 -
YUV 91.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 173 49 98 0 0.72 0.43 0.32 336.29 0.56 0.44
Hex AD 31 62 0 48 2B 20 150 38 2C
Octal 255 61 142 0 110 53 40 520 70 54
Binary 10101101 110001 1100010 0 1001000 101011 100000 101010000 111000 101100

Color Harmonies of #AD3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3162

Black with #AD3162

Text Example


Text Example

White with #AD3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3162; }

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

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

background-color css

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

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

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

border-color css

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

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

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