#AC3467

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

Shades of Rouge #AC3467

Tints of Rouge #AC3467

Color information

#AC3467 (or 0xAC3467) is unknown color: approx Rouge. HEX triplet: AC, 34 and 67. RGB value is (172,52,103). Sum of RGB (Red+Green+Blue) = 172+52+103=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3467 is #53CB98. Grayscale: #5D5D5D. Windows color (decimal): -5491609 or 6763692. OLE color: 6763692.

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

Color convert

RGB17252103-
CMYK00.700.400.33
HSL334.5º53.57%43.92%-
HSV(B)334.5º69.77%67.45%-
XYZ20.6912.2114.1-
YUV93.69133.26183.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=52.60%
G=15.90%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725210300.700.400.33334.553.5743.92
HexAC3467046282114e362c
Octal25464147010650415166654
Binary10101100110100110011101000110101000100001101001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3467; }

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

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

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

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

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

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

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

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