#AC3970

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

Shades of Rouge #AC3970

Tints of Rouge #AC3970

Color information

#AC3970 (or 0xAC3970) is unknown color: approx Rouge. HEX triplet: AC, 39 and 70. RGB value is (172,57,112). Sum of RGB (Red+Green+Blue) = 172+57+112=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3970 is #53C68F. Grayscale: #616161. Windows color (decimal): -5490320 or 7354796. OLE color: 7354796.

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

Color convert

RGB17257112-
CMYK00.670.350.33
HSL331.3º50.22%44.9%-
HSV(B)331.3º66.86%67.45%-
XYZ21.412.8716.68-
YUV97.66136.1181.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=50.44%
G=16.72%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725711200.670.350.33331.350.2244.9
HexAC3970043232114b322d
Octal25471160010343415136255
Binary10101100111001111000001000011100011100001101001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3970; }

 p { color: rgb(172,57,112); }

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

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

 a { background-color: rgb(172,57,112); }

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

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

 span { border-color: rgb(172,57,112); }

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