#AD3971

Color #AD3971 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AD3971

Tints of Rouge #AD3971

Color information

#AD3971 (or 0xAD3971) is unknown color: approx Rouge. HEX triplet: AD, 39 and 71. RGB value is (173,57,113). Sum of RGB (Red+Green+Blue) = 173+57+113=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3971 is #52C68E. Grayscale: #616161. Windows color (decimal): -5424783 or 7420333. OLE color: 7420333.

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

Color convert

RGB17357113-
CMYK00.670.350.32
HSL331.03º50.43%45.1%-
HSV(B)331.03º67.05%67.84%-
XYZ21.681316.99-
YUV98.07136.43181.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=50.44%
G=16.62%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735711300.670.350.32331.0350.4345.1
HexAD3971043232014b322d
Octal25571161010343405136255
Binary10101101111001111000101000011100011100000101001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3971; }

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

 H1.HeaderClassName
 {
   color: #AD3971;
 }
 .AnyTagClassName
 {
   color: #AD3971;
 }
</style>
background-color css

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

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

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

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

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

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