#AC3767

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

Shades of Rouge #AC3767

Tints of Rouge #AC3767

Color information

#AC3767 (or 0xAC3767) is unknown color: approx Rouge. HEX triplet: AC, 37 and 67. RGB value is (172,55,103). Sum of RGB (Red+Green+Blue) = 172+55+103=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3767 is #53C898. Grayscale: #5F5F5F. Windows color (decimal): -5490841 or 6764460. OLE color: 6764460.

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

Color convert

RGB17255103-
CMYK00.680.400.33
HSL335.38º51.54%44.51%-
HSV(B)335.38º68.02%67.45%-
XYZ20.8312.4814.14-
YUV95.46132.26182.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=52.12%
G=16.67%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725510300.680.400.33335.3851.5444.51
HexAC3767044282114f342d
Octal25467147010450415176455
Binary10101100110111110011101000100101000100001101001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3767; }

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

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

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

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

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

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

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

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