Html Css Color HEX #AD4463 Rouge

📋 copy color: '#AD4463'

red 173 ◦ green 68 ◦ blue 99

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

Shades of Rouge #AD4463

Tints of Rouge #AD4463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 50.88%
G = 20%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD4463 (or 0xAD4463) is known color: Rouge. HEX triplet: AD, 44 and 63. RGB value is (173,68,99). Sum of RGB (Red+Green+Blue) = 173+68+99=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4463 is #52BB9C. Grayscale: #666666. Windows color (decimal): -5421981 or 6505645. OLE color: 6505645.

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

Color convert

RGB 173 68 99 -
CMYK 0 0.61 0.43 0.32
HSL 342.29º 0.44% 0.47% -
HSV(B) 342.29º 0.61% 0.68% -
XYZ 21.55 13.92 13.36 -
YUV 102.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 173 68 99 0 0.61 0.43 0.32 342.29 0.44 0.47
Hex AD 44 63 0 3D 2B 20 156 2C 2F
Octal 255 104 143 0 75 53 40 526 54 57
Binary 10101101 1000100 1100011 0 111101 101011 100000 101010110 101100 101111

Color Harmonies of #AD4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4463

Black with #AD4463

Text Example


Text Example

White with #AD4463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4463; }

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

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

background-color css

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

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

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

border-color css

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

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

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