Html Css Color HEX #AD3D60 Rouge

📋 copy color: '#AD3D60'

red 173 ◦ green 61 ◦ blue 96

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

Shades of Rouge #AD3D60

Tints of Rouge #AD3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

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

R = 52.42%
G = 18.48%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD3D60 (or 0xAD3D60) is known color: Rouge. HEX triplet: AD, 3D and 60. RGB value is (173,61,96). Sum of RGB (Red+Green+Blue) = 173+61+96=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D60 is #52C29F. Grayscale: #626262. Windows color (decimal): -5423776 or 6307245. OLE color: 6307245.

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

Color convert

RGB 173 61 96 -
CMYK 0 0.65 0.45 0.32
HSL 341.25º 0.48% 0.46% -
HSV(B) 341.25º 0.65% 0.68% -
XYZ 21.01 13.07 12.48 -
YUV 98.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 173 61 96 0 0.65 0.45 0.32 341.25 0.48 0.46
Hex AD 3D 60 0 41 2D 20 155 30 2E
Octal 255 75 140 0 101 55 40 525 60 56
Binary 10101101 111101 1100000 0 1000001 101101 100000 101010101 110000 101110

Color Harmonies of #AD3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D60

Black with #AD3D60

Text Example


Text Example

White with #AD3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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