Html Css Color HEX #AD4865 Rouge

📋 copy color: '#AD4865'

red 173 ◦ green 72 ◦ blue 101

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

Shades of Rouge #AD4865

Tints of Rouge #AD4865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 50%
G = 20.81%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD4865 (or 0xAD4865) is known color: Rouge. HEX triplet: AD, 48 and 65. RGB value is (173,72,101). Sum of RGB (Red+Green+Blue) = 173+72+101=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4865 is #52B79A. Grayscale: #696969. Windows color (decimal): -5420955 or 6637741. OLE color: 6637741.

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

Color convert

RGB 173 72 101 -
CMYK 0 0.58 0.42 0.32
HSL 342.77º 0.41% 0.48% -
HSV(B) 342.77º 0.58% 0.68% -
XYZ 21.9 14.46 13.95 -
YUV 105.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 173 72 101 0 0.58 0.42 0.32 342.77 0.41 0.48
Hex AD 48 65 0 3A 2A 20 157 29 30
Octal 255 110 145 0 72 52 40 527 51 60
Binary 10101101 1001000 1100101 0 111010 101010 100000 101010111 101001 110000

Color Harmonies of #AD4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4865

Black with #AD4865

Text Example


Text Example

White with #AD4865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4865; }

 p { color: rgb(173,72,101); }

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

background-color css

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

 a { background-color: rgb(173,72,101); }

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

border-color css

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

 span { border-color: rgb(173,72,101); }

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