#AC4562

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

Shades of Rouge #AC4562

Tints of Rouge #AC4562

Color information

#AC4562 (or 0xAC4562) is unknown color: approx Rouge. HEX triplet: AC, 45 and 62. RGB value is (172,69,98). Sum of RGB (Red+Green+Blue) = 172+69+98=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4562 is #53BA9D. Grayscale: #676767. Windows color (decimal): -5487262 or 6440364. OLE color: 6440364.

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

Color convert

RGB1726998-
CMYK00.600.430.33
HSL343.11º42.74%47.25%-
HSV(B)343.11º59.88%67.45%-
XYZ21.3513.9113.11-
YUV103.1125.12177.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=50.74%
G=20.35%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172699800.600.430.33343.1142.7447.25
HexAC456203C2B211572b2f
Octal25410514207453415275357
Binary10101100100010111000100111100101011100001101010111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4562; }

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

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

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

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

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

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

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

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