#AC426C

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

Shades of Rouge #AC426C

Tints of Rouge #AC426C

Color information

#AC426C (or 0xAC426C) is unknown color: approx Rouge. HEX triplet: AC, 42 and 6C. RGB value is (172,66,108). Sum of RGB (Red+Green+Blue) = 172+66+108=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC426C is #53BD93. Grayscale: #666666. Windows color (decimal): -5488020 or 7094956. OLE color: 7094956.

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

Color convert

RGB17266108-
CMYK00.620.370.33
HSL336.23º44.54%46.67%-
HSV(B)336.23º61.63%67.45%-
XYZ21.6713.7515.7-
YUV102.48131.12177.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=49.71%
G=19.08%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726610800.620.370.33336.2344.5446.67
HexAC426C03E25211502d2f
Octal25410215407645415205557
Binary10101100100001011011000111110100101100001101010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC426C; }

 p { color: rgb(172,66,108); }

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

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

 a { background-color: rgb(172,66,108); }

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

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

 span { border-color: rgb(172,66,108); }

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