Html Css Color HEX #AD4869 Rouge

📋 copy color: '#AD4869'

red 173 ◦ green 72 ◦ blue 105

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

Shades of Rouge #AD4869

Tints of Rouge #AD4869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30%

R = 49.43%
G = 20.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4869 (or 0xAD4869) is known color: Rouge. HEX triplet: AD, 48 and 69. RGB value is (173,72,105). Sum of RGB (Red+Green+Blue) = 173+72+105=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4869 is #52B796. Grayscale: #696969. Windows color (decimal): -5420951 or 6899885. OLE color: 6899885.

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

Color convert

RGB 173 72 105 -
CMYK 0 0.58 0.39 0.32
HSL 340.4º 0.41% 0.48% -
HSV(B) 340.4º 0.58% 0.68% -
XYZ 22.1 14.54 15.01 -
YUV 105.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 173 72 105 0 0.58 0.39 0.32 340.4 0.41 0.48
Hex AD 48 69 0 3A 27 20 154 29 30
Octal 255 110 151 0 72 47 40 524 51 60
Binary 10101101 1001000 1101001 0 111010 100111 100000 101010100 101001 110000

Color Harmonies of #AD4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4869

Black with #AD4869

Text Example


Text Example

White with #AD4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4869; }

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

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

background-color css

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

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

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

border-color css

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

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

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