Html Css Color HEX #AD3D5C Rouge

📋 copy color: '#AD3D5C'

red 173 ◦ green 61 ◦ blue 92

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

Shades of Rouge #AD3D5C

Tints of Rouge #AD3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 53.07%
G = 18.71%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD3D5C (or 0xAD3D5C) is known color: Rouge. HEX triplet: AD, 3D and 5C. RGB value is (173,61,92). Sum of RGB (Red+Green+Blue) = 173+61+92=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D5C is #52C2A3. Grayscale: #626262. Windows color (decimal): -5423780 or 6045101. OLE color: 6045101.

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

Color convert

RGB 173 61 92 -
CMYK 0 0.65 0.47 0.32
HSL 343.39º 0.48% 0.46% -
HSV(B) 343.39º 0.65% 0.68% -
XYZ 20.83 12.99 11.54 -
YUV 98.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 173 61 92 0 0.65 0.47 0.32 343.39 0.48 0.46
Hex AD 3D 5C 0 41 2F 20 157 30 2E
Octal 255 75 134 0 101 57 40 527 60 56
Binary 10101101 111101 1011100 0 1000001 101111 100000 101010111 110000 101110

Color Harmonies of #AD3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D5C

Black with #AD3D5C

Text Example


Text Example

White with #AD3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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