Html Css Color HEX #AD3C6E Rouge

📋 copy color: '#AD3C6E'

red 173 ◦ green 60 ◦ blue 110

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

Shades of Rouge #AD3C6E

Tints of Rouge #AD3C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 50.44%
G = 17.49%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD3C6E (or 0xAD3C6E) is known color: Rouge. HEX triplet: AD, 3C and 6E. RGB value is (173,60,110). Sum of RGB (Red+Green+Blue) = 173+60+110=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3C6E is #52C391. Grayscale: #636363. Windows color (decimal): -5424018 or 7224493. OLE color: 7224493.

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

Color convert

RGB 173 60 110 -
CMYK 0 0.65 0.36 0.32
HSL 333.45º 0.48% 0.46% -
HSV(B) 333.45º 0.65% 0.68% -
XYZ 21.66 13.24 16.17 -
YUV 99.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 173 60 110 0 0.65 0.36 0.32 333.45 0.48 0.46
Hex AD 3C 6E 0 41 24 20 14D 30 2E
Octal 255 74 156 0 101 44 40 515 60 56
Binary 10101101 111100 1101110 0 1000001 100100 100000 101001101 110000 101110

Color Harmonies of #AD3C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C6E

Black with #AD3C6E

Text Example


Text Example

White with #AD3C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C6E; }

 p { color: rgb(173,60,110); }

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

background-color css

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

 a { background-color: rgb(173,60,110); }

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

border-color css

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

 span { border-color: rgb(173,60,110); }

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