Html Css Color HEX #AD385B Rouge

📋 copy color: '#AD385B'

red 173 ◦ green 56 ◦ blue 91

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

Shades of Rouge #AD385B

Tints of Rouge #AD385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 54.06%
G = 17.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD385B (or 0xAD385B) is known color: Rouge. HEX triplet: AD, 38 and 5B. RGB value is (173,56,91). Sum of RGB (Red+Green+Blue) = 173+56+91=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385B is #52C7A4. Grayscale: #5E5E5E. Windows color (decimal): -5425061 or 5978285. OLE color: 5978285.

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

Color convert

RGB 173 56 91 -
CMYK 0 0.68 0.47 0.32
HSL 342.05º 0.51% 0.45% -
HSV(B) 342.05º 0.68% 0.68% -
XYZ 20.54 12.47 11.22 -
YUV 94.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 173 56 91 0 0.68 0.47 0.32 342.05 0.51 0.45
Hex AD 38 5B 0 44 2F 20 156 33 2D
Octal 255 70 133 0 104 57 40 526 63 55
Binary 10101101 111000 1011011 0 1000100 101111 100000 101010110 110011 101101

Color Harmonies of #AD385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD385B

Black with #AD385B

Text Example


Text Example

White with #AD385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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