#AC4469

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

Shades of Rouge #AC4469

Tints of Rouge #AC4469

Color information

#AC4469 (or 0xAC4469) is unknown color: approx Rouge. HEX triplet: AC, 44 and 69. RGB value is (172,68,105). Sum of RGB (Red+Green+Blue) = 172+68+105=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4469 is #53BB96. Grayscale: #676767. Windows color (decimal): -5487511 or 6898860. OLE color: 6898860.

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

Color convert

RGB17268105-
CMYK00.600.390.33
HSL338.65º43.33%47.06%-
HSV(B)338.65º60.47%67.45%-
XYZ21.6313.9214.91-
YUV103.31128.96176.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=49.86%
G=19.71%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726810500.600.390.33338.6543.3347.06
HexAC446903C27211532b2f
Octal25410415107447415235357
Binary10101100100010011010010111100100111100001101010011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4469; }

 p { color: rgb(172,68,105); }

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

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

 a { background-color: rgb(172,68,105); }

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

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

 span { border-color: rgb(172,68,105); }

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