Html Css Color HEX #AD386C Rouge

📋 copy color: '#AD386C'

red 173 ◦ green 56 ◦ blue 108

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

Shades of Rouge #AD386C

Tints of Rouge #AD386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 51.34%
G = 16.62%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD386C (or 0xAD386C) is known color: Rouge. HEX triplet: AD, 38 and 6C. RGB value is (173,56,108). Sum of RGB (Red+Green+Blue) = 173+56+108=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD386C is #52C793. Grayscale: #606060. Windows color (decimal): -5425044 or 7092397. OLE color: 7092397.

HSL color Cylindrical-coordinate representation of color #AD386C: hue angle of 333.33º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD386C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 108 -
CMYK 0 0.68 0.38 0.32
HSL 333.33º 0.51% 0.45% -
HSV(B) 333.33º 0.68% 0.68% -
XYZ 21.35 12.8 15.53 -
YUV 96.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 173 56 108 0 0.68 0.38 0.32 333.33 0.51 0.45
Hex AD 38 6C 0 44 26 20 14D 33 2D
Octal 255 70 154 0 104 46 40 515 63 55
Binary 10101101 111000 1101100 0 1000100 100110 100000 101001101 110011 101101

Color Harmonies of #AD386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD386C

Black with #AD386C

Text Example


Text Example

White with #AD386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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