Html Css Color HEX #AD385C Rouge

📋 copy color: '#AD385C'

red 173 ◦ green 56 ◦ blue 92

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

Shades of Rouge #AD385C

Tints of Rouge #AD385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 53.89%
G = 17.45%
B = 28.66%

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

#AD385C (or 0xAD385C) is known color: Rouge. HEX triplet: AD, 38 and 5C. RGB value is (173,56,92). Sum of RGB (Red+Green+Blue) = 173+56+92=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD385C is #52C7A3. Grayscale: #5F5F5F. Windows color (decimal): -5425060 or 6043821. OLE color: 6043821.

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

Color convert

RGB 173 56 92 -
CMYK 0 0.68 0.47 0.32
HSL 341.54º 0.51% 0.45% -
HSV(B) 341.54º 0.68% 0.68% -
XYZ 20.58 12.49 11.45 -
YUV 95.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 173 56 92 0 0.68 0.47 0.32 341.54 0.51 0.45
Hex AD 38 5C 0 44 2F 20 156 33 2D
Octal 255 70 134 0 104 57 40 526 63 55
Binary 10101101 111000 1011100 0 1000100 101111 100000 101010110 110011 101101

Color Harmonies of #AD385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD385C

Black with #AD385C

Text Example


Text Example

White with #AD385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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