#ac355e

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

Shades of Rouge #AC355E

Tints of Rouge #AC355E

Color information

#AC355E (or 0xAC355E) is unknown color: approx Rouge. HEX triplet: AC, 35 and 5E. RGB value is (172,53,94). Sum of RGB (Red+Green+Blue) = 172+53+94=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC355E is #53CAA1. Grayscale: #5D5D5D. Windows color (decimal): -5491362 or 6174124. OLE color: 6174124.

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

Color convert

RGB1725394-
CMYK00.690.450.33
HSL339.33º52.89%44.12%-
HSV(B)339.33º69.19%67.45%-
XYZ20.3112.1311.86-
YUV93.26128.42184.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=53.92%
G=16.61%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172539400.690.450.33339.3352.8944.12
HexAC355E0452D21153352c
Octal25465136010555415236554
Binary10101100110101101111001000101101101100001101010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac355e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac355e; }

 p { color: rgb(172,53,94); }

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

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

 a { background-color: rgb(172,53,94); }

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

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

 span { border-color: rgb(172,53,94); }

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