#AC4168

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

Shades of Rouge #AC4168

Tints of Rouge #AC4168

Color information

#AC4168 (or 0xAC4168) is unknown color: approx Rouge. HEX triplet: AC, 41 and 68. RGB value is (172,65,104). Sum of RGB (Red+Green+Blue) = 172+65+104=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4168 is #53BE97. Grayscale: #656565. Windows color (decimal): -5488280 or 6832556. OLE color: 6832556.

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

Color convert

RGB17265104-
CMYK00.620.400.33
HSL338.13º45.15%46.47%-
HSV(B)338.13º62.21%67.45%-
XYZ21.413.5514.58-
YUV101.44129.45178.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=50.44%
G=19.06%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726510400.620.400.33338.1345.1546.47
HexAC416803E28211522d2e
Octal25410115007650415225556
Binary10101100100000111010000111110101000100001101010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4168; }

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

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

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

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

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

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

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

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