Html Css Color HEX #AD3874 Rouge

📋 copy color: '#AD3874'

red 173 ◦ green 56 ◦ blue 116

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

Shades of Rouge #AD3874

Tints of Rouge #AD3874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 50.14%
G = 16.23%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD3874 (or 0xAD3874) is known color: Rouge. HEX triplet: AD, 38 and 74. RGB value is (173,56,116). Sum of RGB (Red+Green+Blue) = 173+56+116=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3874 is #52C78B. Grayscale: #616161. Windows color (decimal): -5425036 or 7616685. OLE color: 7616685.

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

Color convert

RGB 173 56 116 -
CMYK 0 0.68 0.33 0.32
HSL 329.23º 0.51% 0.45% -
HSV(B) 329.23º 0.68% 0.68% -
XYZ 21.8 12.97 17.88 -
YUV 97.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 173 56 116 0 0.68 0.33 0.32 329.23 0.51 0.45
Hex AD 38 74 0 44 21 20 149 33 2D
Octal 255 70 164 0 104 41 40 511 63 55
Binary 10101101 111000 1110100 0 1000100 100001 100000 101001001 110011 101101

Color Harmonies of #AD3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3874

Black with #AD3874

Text Example


Text Example

White with #AD3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3874; }

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

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

background-color css

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

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

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

border-color css

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

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

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