#AC3461

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

Shades of Rouge #AC3461

Tints of Rouge #AC3461

Color information

#AC3461 (or 0xAC3461) is unknown color: approx Rouge. HEX triplet: AC, 34 and 61. RGB value is (172,52,97). Sum of RGB (Red+Green+Blue) = 172+52+97=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3461 is #53CB9E. Grayscale: #5C5C5C. Windows color (decimal): -5491615 or 6370476. OLE color: 6370476.

HSL color Cylindrical-coordinate representation of color #AC3461: hue angle of 337.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 #AC3461 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1725297-
CMYK00.700.440.33
HSL337.5º53.57%43.92%-
HSV(B)337.5º69.77%67.45%-
XYZ20.412.0912.57-
YUV93.01130.26184.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=53.58%
G=16.20%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172529700.700.440.33337.553.5743.92
HexAC34610462C21152362c
Octal25464141010654415226654
Binary10101100110100110000101000110101100100001101010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3461; }

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

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

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

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

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

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

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

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