Html Css Color HEX #AD3671 Rouge

📋 copy color: '#AD3671'

red 173 ◦ green 54 ◦ blue 113

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

Shades of Rouge #AD3671

Tints of Rouge #AD3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 50.88%
G = 15.88%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3671 (or 0xAD3671) is known color: Rouge. HEX triplet: AD, 36 and 71. RGB value is (173,54,113). Sum of RGB (Red+Green+Blue) = 173+54+113=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3671 is #52C98E. Grayscale: #606060. Windows color (decimal): -5425551 or 7419565. OLE color: 7419565.

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

Color convert

RGB 173 54 113 -
CMYK 0 0.69 0.35 0.32
HSL 330.25º 0.52% 0.45% -
HSV(B) 330.25º 0.69% 0.68% -
XYZ 21.53 12.71 16.94 -
YUV 96.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 173 54 113 0 0.69 0.35 0.32 330.25 0.52 0.45
Hex AD 36 71 0 45 23 20 14A 34 2D
Octal 255 66 161 0 105 43 40 512 64 55
Binary 10101101 110110 1110001 0 1000101 100011 100000 101001010 110100 101101

Color Harmonies of #AD3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3671

Black with #AD3671

Text Example


Text Example

White with #AD3671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3671; }

 p { color: rgb(173,54,113); }

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

background-color css

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

 a { background-color: rgb(173,54,113); }

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

border-color css

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

 span { border-color: rgb(173,54,113); }

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