Html Css Color HEX #AD385D Rouge

📋 copy color: '#AD385D'

red 173 ◦ green 56 ◦ blue 93

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

Shades of Rouge #AD385D

Tints of Rouge #AD385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 53.73%
G = 17.39%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD385D (or 0xAD385D) is known color: Rouge. HEX triplet: AD, 38 and 5D. RGB value is (173,56,93). Sum of RGB (Red+Green+Blue) = 173+56+93=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385D is #52C7A2. Grayscale: #5F5F5F. Windows color (decimal): -5425059 or 6109357. OLE color: 6109357.

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

Color convert

RGB 173 56 93 -
CMYK 0 0.68 0.46 0.32
HSL 341.03º 0.51% 0.45% -
HSV(B) 341.03º 0.68% 0.68% -
XYZ 20.62 12.5 11.68 -
YUV 95.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 173 56 93 0 0.68 0.46 0.32 341.03 0.51 0.45
Hex AD 38 5D 0 44 2E 20 155 33 2D
Octal 255 70 135 0 104 56 40 525 63 55
Binary 10101101 111000 1011101 0 1000100 101110 100000 101010101 110011 101101

Color Harmonies of #AD385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD385D

Black with #AD385D

Text Example


Text Example

White with #AD385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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