Html Css Color HEX #AD3860 Rouge

📋 copy color: '#AD3860'

red 173 ◦ green 56 ◦ blue 96

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

Shades of Rouge #AD3860

Tints of Rouge #AD3860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

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

R = 53.23%
G = 17.23%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD3860 (or 0xAD3860) is known color: Rouge. HEX triplet: AD, 38 and 60. RGB value is (173,56,96). Sum of RGB (Red+Green+Blue) = 173+56+96=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3860 is #52C79F. Grayscale: #5F5F5F. Windows color (decimal): -5425056 or 6305965. OLE color: 6305965.

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

Color convert

RGB 173 56 96 -
CMYK 0 0.68 0.45 0.32
HSL 339.49º 0.51% 0.45% -
HSV(B) 339.49º 0.68% 0.68% -
XYZ 20.76 12.56 12.4 -
YUV 95.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 173 56 96 0 0.68 0.45 0.32 339.49 0.51 0.45
Hex AD 38 60 0 44 2D 20 153 33 2D
Octal 255 70 140 0 104 55 40 523 63 55
Binary 10101101 111000 1100000 0 1000100 101101 100000 101010011 110011 101101

Color Harmonies of #AD3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3860

Black with #AD3860

Text Example


Text Example

White with #AD3860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3860; }

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

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

background-color css

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

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

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

border-color css

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

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

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