#AC3962

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

Shades of Rouge #AC3962

Tints of Rouge #AC3962

Color information

#AC3962 (or 0xAC3962) is unknown color: approx Rouge. HEX triplet: AC, 39 and 62. RGB value is (172,57,98). Sum of RGB (Red+Green+Blue) = 172+57+98=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3962 is #53C69D. Grayscale: #606060. Windows color (decimal): -5490334 or 6437292. OLE color: 6437292.

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

Color convert

RGB1725798-
CMYK00.670.430.33
HSL338.61º50.22%44.9%-
HSV(B)338.61º66.86%67.45%-
XYZ20.6812.5812.89-
YUV96.06129.1182.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=52.60%
G=17.43%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172579800.670.430.33338.6150.2244.9
HexAC39620432B21153322d
Octal25471142010353415236255
Binary10101100111001110001001000011101011100001101010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3962; }

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

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

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

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

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

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

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

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