#AC305F

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

Shades of Rouge #AC305F

Tints of Rouge #AC305F

Color information

#AC305F (or 0xAC305F) is unknown color: approx Rouge. HEX triplet: AC, 30 and 5F. RGB value is (172,48,95). Sum of RGB (Red+Green+Blue) = 172+48+95=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC305F is #53CFA0. Grayscale: #5A5A5A. Windows color (decimal): -5492641 or 6238380. OLE color: 6238380.

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

Color convert

RGB1724895-
CMYK00.720.450.33
HSL337.26º56.36%43.14%-
HSV(B)337.26º72.09%67.45%-
XYZ20.1411.7112.03-
YUV90.43130.58186.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=54.60%
G=15.24%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172489500.720.450.33337.2656.3643.14
HexAC305F0482D21151382b
Octal25460137011055415217053
Binary10101100110000101111101001000101101100001101010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC305F; }

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

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

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

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

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

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

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

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