#AC3762

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

Shades of Rouge #AC3762

Tints of Rouge #AC3762

Color information

#AC3762 (or 0xAC3762) is unknown color: approx Rouge. HEX triplet: AC, 37 and 62. RGB value is (172,55,98). Sum of RGB (Red+Green+Blue) = 172+55+98=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3762 is #53C89D. Grayscale: #5E5E5E. Windows color (decimal): -5490846 or 6436780. OLE color: 6436780.

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

Color convert

RGB1725598-
CMYK00.680.430.33
HSL337.95º51.54%44.51%-
HSV(B)337.95º68.02%67.45%-
XYZ20.5812.3812.86-
YUV94.88129.76183-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.92%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=52.92%
G=16.92%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172559800.680.430.33337.9551.5444.51
HexAC37620442B21152342d
Octal25467142010453415226455
Binary10101100110111110001001000100101011100001101010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3762; }

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

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

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

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

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

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

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

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