#AC4167

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

Shades of Rouge #AC4167

Tints of Rouge #AC4167

Color information

#AC4167 (or 0xAC4167) is unknown color: approx Rouge. HEX triplet: AC, 41 and 67. RGB value is (172,65,103). Sum of RGB (Red+Green+Blue) = 172+65+103=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4167 is #53BE98. Grayscale: #656565. Windows color (decimal): -5488281 or 6767020. OLE color: 6767020.

HSL color Cylindrical-coordinate representation of color #AC4167: hue angle of 338.69º 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 #AC4167 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17265103-
CMYK00.620.400.33
HSL338.69º45.15%46.47%-
HSV(B)338.69º62.21%67.45%-
XYZ21.3513.5314.32-
YUV101.32128.95178.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=50.59%
G=19.12%
B=30.29%

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
Decimal1726510300.620.400.33338.6945.1546.47
HexAC416703E28211532d2e
Octal25410114707650415235556
Binary10101100100000111001110111110101000100001101010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4167; }

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

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

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

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

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

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

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

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