Html Css Color HEX #AD4966 Rouge

📋 copy color: '#AD4966'

red 173 ◦ green 73 ◦ blue 102

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

Shades of Rouge #AD4966

Tints of Rouge #AD4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 49.71%
G = 20.98%
B = 29.31%

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

#AD4966 (or 0xAD4966) is known color: Rouge. HEX triplet: AD, 49 and 66. RGB value is (173,73,102). Sum of RGB (Red+Green+Blue) = 173+73+102=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4966 is #52B699. Grayscale: #6A6A6A. Windows color (decimal): -5420698 or 6703533. OLE color: 6703533.

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

Color convert

RGB 173 73 102 -
CMYK 0 0.58 0.41 0.32
HSL 342.6º 0.41% 0.48% -
HSV(B) 342.6º 0.58% 0.68% -
XYZ 22.01 14.61 14.23 -
YUV 106.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 173 73 102 0 0.58 0.41 0.32 342.6 0.41 0.48
Hex AD 49 66 0 3A 29 20 157 29 30
Octal 255 111 146 0 72 51 40 527 51 60
Binary 10101101 1001001 1100110 0 111010 101001 100000 101010111 101001 110000

Color Harmonies of #AD4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4966

Black with #AD4966

Text Example


Text Example

White with #AD4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4966; }

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

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

background-color css

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

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

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

border-color css

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

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

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