Html Css Color HEX #AD3C6C Rouge

📋 copy color: '#AD3C6C'

red 173 ◦ green 60 ◦ blue 108

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

Shades of Rouge #AD3C6C

Tints of Rouge #AD3C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 50.73%
G = 17.6%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD3C6C (or 0xAD3C6C) is known color: Rouge. HEX triplet: AD, 3C and 6C. RGB value is (173,60,108). Sum of RGB (Red+Green+Blue) = 173+60+108=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3C6C is #52C393. Grayscale: #636363. Windows color (decimal): -5424020 or 7093421. OLE color: 7093421.

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

Color convert

RGB 173 60 108 -
CMYK 0 0.65 0.38 0.32
HSL 334.51º 0.48% 0.46% -
HSV(B) 334.51º 0.65% 0.68% -
XYZ 21.56 13.2 15.6 -
YUV 99.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 173 60 108 0 0.65 0.38 0.32 334.51 0.48 0.46
Hex AD 3C 6C 0 41 26 20 14F 30 2E
Octal 255 74 154 0 101 46 40 517 60 56
Binary 10101101 111100 1101100 0 1000001 100110 100000 101001111 110000 101110

Color Harmonies of #AD3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C6C

Black with #AD3C6C

Text Example


Text Example

White with #AD3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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