#AC345E

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

Shades of Rouge #AC345E

Tints of Rouge #AC345E

Color information

#AC345E (or 0xAC345E) is unknown color: approx Rouge. HEX triplet: AC, 34 and 5E. RGB value is (172,52,94). Sum of RGB (Red+Green+Blue) = 172+52+94=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC345E is #53CBA1. Grayscale: #5C5C5C. Windows color (decimal): -5491618 or 6173868. OLE color: 6173868.

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

Color convert

RGB1725294-
CMYK00.700.450.33
HSL339º53.57%43.92%-
HSV(B)339º69.77%67.45%-
XYZ20.2612.0311.84-
YUV92.67128.76184.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=54.09%
G=16.35%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172529400.700.450.3333953.5743.92
HexAC345E0462D21153362c
Octal25464136010655415236654
Binary10101100110100101111001000110101101100001101010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC345E; }

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

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

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

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

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

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

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

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