#AC3870

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

Shades of Rouge #AC3870

Tints of Rouge #AC3870

Color information

#AC3870 (or 0xAC3870) is unknown color: approx Rouge. HEX triplet: AC, 38 and 70. RGB value is (172,56,112). Sum of RGB (Red+Green+Blue) = 172+56+112=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3870 is #53C78F. Grayscale: #606060. Windows color (decimal): -5490576 or 7354540. OLE color: 7354540.

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

Color convert

RGB17256112-
CMYK00.670.350.33
HSL331.03º50.88%44.71%-
HSV(B)331.03º67.44%67.45%-
XYZ21.3512.7716.67-
YUV97.07136.43181.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=50.59%
G=16.47%
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.33
SystemRedGreenBlueCMYKHSL
Decimal1725611200.670.350.33331.0350.8844.71
HexAC3870043232114b332d
Octal25470160010343415136355
Binary10101100111000111000001000011100011100001101001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3870; }

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

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

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

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

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

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

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

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