#AC3463

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

Shades of Rouge #AC3463

Tints of Rouge #AC3463

Color information

#AC3463 (or 0xAC3463) is unknown color: approx Rouge. HEX triplet: AC, 34 and 63. RGB value is (172,52,99). Sum of RGB (Red+Green+Blue) = 172+52+99=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3463 is #53CB9C. Grayscale: #5D5D5D. Windows color (decimal): -5491613 or 6501548. OLE color: 6501548.

HSL color Cylindrical-coordinate representation of color #AC3463: hue angle of 336.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3463 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1725299-
CMYK00.700.420.33
HSL336.5º53.57%43.92%-
HSV(B)336.5º69.77%67.45%-
XYZ20.4912.1313.07-
YUV93.24131.26184.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=53.25%
G=16.10%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172529900.700.420.33336.553.5743.92
HexAC34630462A21150362c
Octal25464143010652415206654
Binary10101100110100110001101000110101010100001101010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3463; }

 p { color: rgb(172,52,99); }

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

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

 a { background-color: rgb(172,52,99); }

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

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

 span { border-color: rgb(172,52,99); }

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