Html Css Color HEX #AD3060 Rouge

📋 copy color: '#AD3060'

red 173 ◦ green 48 ◦ blue 96

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

Shades of Rouge #AD3060

Tints of Rouge #AD3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 54.57%
G = 15.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD3060 (or 0xAD3060) is known color: Rouge. HEX triplet: AD, 30 and 60. RGB value is (173,48,96). Sum of RGB (Red+Green+Blue) = 173+48+96=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3060 is #52CF9F. Grayscale: #5A5A5A. Windows color (decimal): -5427104 or 6303917. OLE color: 6303917.

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

Color convert

RGB 173 48 96 -
CMYK 0 0.72 0.45 0.32
HSL 336.96º 0.57% 0.43% -
HSV(B) 336.96º 0.72% 0.68% -
XYZ 20.4 11.84 12.28 -
YUV 90.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 173 48 96 0 0.72 0.45 0.32 336.96 0.57 0.43
Hex AD 30 60 0 48 2D 20 151 39 2B
Octal 255 60 140 0 110 55 40 521 71 53
Binary 10101101 110000 1100000 0 1001000 101101 100000 101010001 111001 101011

Color Harmonies of #AD3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3060

Black with #AD3060

Text Example


Text Example

White with #AD3060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3060; }

 p { color: rgb(173,48,96); }

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

background-color css

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

 a { background-color: rgb(173,48,96); }

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

border-color css

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

 span { border-color: rgb(173,48,96); }

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