#AC4568

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

Shades of Rouge #AC4568

Tints of Rouge #AC4568

Color information

#AC4568 (or 0xAC4568) is unknown color: approx Rouge. HEX triplet: AC, 45 and 68. RGB value is (172,69,104). Sum of RGB (Red+Green+Blue) = 172+69+104=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4568 is #53BA97. Grayscale: #676767. Windows color (decimal): -5487256 or 6833580. OLE color: 6833580.

HSL color Cylindrical-coordinate representation of color #AC4568: hue angle of 339.61º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4568 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17269104-
CMYK00.600.400.33
HSL339.61º42.74%47.25%-
HSV(B)339.61º59.88%67.45%-
XYZ21.6414.0314.66-
YUV103.79128.12176.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=49.86%
G=20%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726910400.600.400.33339.6142.7447.25
HexAC456803C28211542b2f
Octal25410515007450415245357
Binary10101100100010111010000111100101000100001101010100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4568; }

 p { color: rgb(172,69,104); }

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

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

 a { background-color: rgb(172,69,104); }

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

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

 span { border-color: rgb(172,69,104); }

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