Html Css Color HEX #AD395C Rouge

📋 copy color: '#AD395C'

red 173 ◦ green 57 ◦ blue 92

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

Shades of Rouge #AD395C

Tints of Rouge #AD395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 53.73%
G = 17.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD395C (or 0xAD395C) is known color: Rouge. HEX triplet: AD, 39 and 5C. RGB value is (173,57,92). Sum of RGB (Red+Green+Blue) = 173+57+92=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD395C is #52C6A3. Grayscale: #5F5F5F. Windows color (decimal): -5424804 or 6044077. OLE color: 6044077.

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

Color convert

RGB 173 57 92 -
CMYK 0 0.67 0.47 0.32
HSL 341.9º 0.5% 0.45% -
HSV(B) 341.9º 0.67% 0.68% -
XYZ 20.63 12.58 11.47 -
YUV 95.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 173 57 92 0 0.67 0.47 0.32 341.9 0.5 0.45
Hex AD 39 5C 0 43 2F 20 156 32 2D
Octal 255 71 134 0 103 57 40 526 62 55
Binary 10101101 111001 1011100 0 1000011 101111 100000 101010110 110010 101101

Color Harmonies of #AD395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD395C

Black with #AD395C

Text Example


Text Example

White with #AD395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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