Html Css Color HEX #AD3D62 Rouge

📋 copy color: '#AD3D62'

red 173 ◦ green 61 ◦ blue 98

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

Shades of Rouge #AD3D62

Tints of Rouge #AD3D62

RGB

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

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

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

R = 52.11%
G = 18.37%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD3D62 (or 0xAD3D62) is known color: Rouge. HEX triplet: AD, 3D and 62. RGB value is (173,61,98). Sum of RGB (Red+Green+Blue) = 173+61+98=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D62 is #52C29D. Grayscale: #626262. Windows color (decimal): -5423774 or 6438317. OLE color: 6438317.

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

Color convert

RGB 173 61 98 -
CMYK 0 0.65 0.43 0.32
HSL 340.18º 0.48% 0.46% -
HSV(B) 340.18º 0.65% 0.68% -
XYZ 21.11 13.1 12.97 -
YUV 98.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 173 61 98 0 0.65 0.43 0.32 340.18 0.48 0.46
Hex AD 3D 62 0 41 2B 20 154 30 2E
Octal 255 75 142 0 101 53 40 524 60 56
Binary 10101101 111101 1100010 0 1000001 101011 100000 101010100 110000 101110

Color Harmonies of #AD3D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D62

Black with #AD3D62

Text Example


Text Example

White with #AD3D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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