#ac3061

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

Shades of Rouge #AC3061

Tints of Rouge #AC3061

Color information

#AC3061 (or 0xAC3061) is unknown color: approx Rouge. HEX triplet: AC, 30 and 61. RGB value is (172,48,97). Sum of RGB (Red+Green+Blue) = 172+48+97=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3061 is #53CF9E. Grayscale: #5A5A5A. Windows color (decimal): -5492639 or 6369452. OLE color: 6369452.

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

Color convert

RGB1724897-
CMYK00.720.440.33
HSL336.29º56.36%43.14%-
HSV(B)336.29º72.09%67.45%-
XYZ20.2311.7512.51-
YUV90.66131.58186.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=54.26%
G=15.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172489700.720.440.33336.2956.3643.14
HexAC30610482C21150382b
Octal25460141011054415207053
Binary10101100110000110000101001000101100100001101010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3061; }

 p { color: rgb(172,48,97); }

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

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

 a { background-color: rgb(172,48,97); }

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

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

 span { border-color: rgb(172,48,97); }

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