#AC4968

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

Shades of Rouge #AC4968

Tints of Rouge #AC4968

Color information

#AC4968 (or 0xAC4968) is unknown color: approx Rouge. HEX triplet: AC, 49 and 68. RGB value is (172,73,104). Sum of RGB (Red+Green+Blue) = 172+73+104=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4968 is #53B697. Grayscale: #6A6A6A. Windows color (decimal): -5486232 or 6834604. OLE color: 6834604.

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

Color convert

RGB17273104-
CMYK00.580.400.33
HSL341.21º40.41%48.04%-
HSV(B)341.21º57.56%67.45%-
XYZ21.8914.5414.75-
YUV106.14126.8174.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=49.28%
G=20.92%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727310400.580.400.33341.2140.4148.04
HexAC496803A28211552830
Octal25411115007250415255060
Binary10101100100100111010000111010101000100001101010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4968; }

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

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

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

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

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

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

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

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