Html Css Color HEX #AD4466 Rouge

📋 copy color: '#AD4466'

red 173 ◦ green 68 ◦ blue 102

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

Shades of Rouge #AD4466

Tints of Rouge #AD4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

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

R = 50.44%
G = 19.83%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD4466 (or 0xAD4466) is known color: Rouge. HEX triplet: AD, 44 and 66. RGB value is (173,68,102). Sum of RGB (Red+Green+Blue) = 173+68+102=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4466 is #52BB99. Grayscale: #676767. Windows color (decimal): -5421978 or 6702253. OLE color: 6702253.

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

Color convert

RGB 173 68 102 -
CMYK 0 0.61 0.41 0.32
HSL 340.57º 0.44% 0.47% -
HSV(B) 340.57º 0.61% 0.68% -
XYZ 21.7 13.98 14.12 -
YUV 103.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 173 68 102 0 0.61 0.41 0.32 340.57 0.44 0.47
Hex AD 44 66 0 3D 29 20 155 2C 2F
Octal 255 104 146 0 75 51 40 525 54 57
Binary 10101101 1000100 1100110 0 111101 101001 100000 101010101 101100 101111

Color Harmonies of #AD4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4466

Black with #AD4466

Text Example


Text Example

White with #AD4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4466; }

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

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

background-color css

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

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

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

border-color css

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

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

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