Html Css Color HEX #AD4664 Rouge

📋 copy color: '#AD4664'

red 173 ◦ green 70 ◦ blue 100

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

Shades of Rouge #AD4664

Tints of Rouge #AD4664

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 50.44%
G = 20.41%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD4664 (or 0xAD4664) is known color: Rouge. HEX triplet: AD, 46 and 64. RGB value is (173,70,100). Sum of RGB (Red+Green+Blue) = 173+70+100=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4664 is #52B99B. Grayscale: #686868. Windows color (decimal): -5421468 or 6571693. OLE color: 6571693.

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

Color convert

RGB 173 70 100 -
CMYK 0 0.60 0.42 0.32
HSL 342.52º 0.42% 0.48% -
HSV(B) 342.52º 0.6% 0.68% -
XYZ 21.72 14.18 13.65 -
YUV 104.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 173 70 100 0 0.60 0.42 0.32 342.52 0.42 0.48
Hex AD 46 64 0 3C 2A 20 157 2A 30
Octal 255 106 144 0 74 52 40 527 52 60
Binary 10101101 1000110 1100100 0 111100 101010 100000 101010111 101010 110000

Color Harmonies of #AD4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4664

Black with #AD4664

Text Example


Text Example

White with #AD4664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4664; }

 p { color: rgb(173,70,100); }

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

background-color css

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

 a { background-color: rgb(173,70,100); }

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

border-color css

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

 span { border-color: rgb(173,70,100); }

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