Html Css Color HEX #AD4461 Rouge

📋 copy color: '#AD4461'

red 173 ◦ green 68 ◦ blue 97

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

Shades of Rouge #AD4461

Tints of Rouge #AD4461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 51.18%
G = 20.12%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4461 (or 0xAD4461) is known color: Rouge. HEX triplet: AD, 44 and 61. RGB value is (173,68,97). Sum of RGB (Red+Green+Blue) = 173+68+97=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4461 is #52BB9E. Grayscale: #666666. Windows color (decimal): -5421983 or 6374573. OLE color: 6374573.

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

Color convert

RGB 173 68 97 -
CMYK 0 0.61 0.44 0.32
HSL 343.43º 0.44% 0.47% -
HSV(B) 343.43º 0.61% 0.68% -
XYZ 21.46 13.88 12.86 -
YUV 102.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 173 68 97 0 0.61 0.44 0.32 343.43 0.44 0.47
Hex AD 44 61 0 3D 2C 20 157 2C 2F
Octal 255 104 141 0 75 54 40 527 54 57
Binary 10101101 1000100 1100001 0 111101 101100 100000 101010111 101100 101111

Color Harmonies of #AD4461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4461

Black with #AD4461

Text Example


Text Example

White with #AD4461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4461; }

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

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

background-color css

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

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

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

border-color css

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

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

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