Html Css Color HEX #AD4866 Rouge

📋 copy color: '#AD4866'

red 173 ◦ green 72 ◦ blue 102

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

Shades of Rouge #AD4866

Tints of Rouge #AD4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 49.86%
G = 20.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD4866 (or 0xAD4866) is known color: Rouge. HEX triplet: AD, 48 and 66. RGB value is (173,72,102). Sum of RGB (Red+Green+Blue) = 173+72+102=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4866 is #52B799. Grayscale: #696969. Windows color (decimal): -5420954 or 6703277. OLE color: 6703277.

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

Color convert

RGB 173 72 102 -
CMYK 0 0.58 0.41 0.32
HSL 342.18º 0.41% 0.48% -
HSV(B) 342.18º 0.58% 0.68% -
XYZ 21.95 14.48 14.21 -
YUV 105.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 173 72 102 0 0.58 0.41 0.32 342.18 0.41 0.48
Hex AD 48 66 0 3A 29 20 156 29 30
Octal 255 110 146 0 72 51 40 526 51 60
Binary 10101101 1001000 1100110 0 111010 101001 100000 101010110 101001 110000

Color Harmonies of #AD4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4866

Black with #AD4866

Text Example


Text Example

White with #AD4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4866; }

 p { color: rgb(173,72,102); }

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

background-color css

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

 a { background-color: rgb(173,72,102); }

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

border-color css

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

 span { border-color: rgb(173,72,102); }

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