#AC4062

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

Shades of Rouge #AC4062

Tints of Rouge #AC4062

Color information

#AC4062 (or 0xAC4062) is unknown color: approx Rouge. HEX triplet: AC, 40 and 62. RGB value is (172,64,98). Sum of RGB (Red+Green+Blue) = 172+64+98=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4062 is #53BF9D. Grayscale: #646464. Windows color (decimal): -5488542 or 6439084. OLE color: 6439084.

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

Color convert

RGB1726498-
CMYK00.630.430.33
HSL341.11º45.76%46.27%-
HSV(B)341.11º62.79%67.45%-
XYZ21.0513.3213.02-
YUV100.17126.78179.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=51.50%
G=19.16%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172649800.630.430.33341.1145.7646.27
HexAC406203F2B211552e2e
Octal25410014207753415255656
Binary10101100100000011000100111111101011100001101010101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4062; }

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

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

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

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

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

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

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

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