#AC3E67

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

Shades of Rouge #AC3E67

Tints of Rouge #AC3E67

Color information

#AC3E67 (or 0xAC3E67) is unknown color: approx Rouge. HEX triplet: AC, 3E and 67. RGB value is (172,62,103). Sum of RGB (Red+Green+Blue) = 172+62+103=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E67 is #53C198. Grayscale: #636363. Windows color (decimal): -5489049 or 6766252. OLE color: 6766252.

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

Color convert

RGB17262103-
CMYK00.640.400.33
HSL337.64º47.01%45.88%-
HSV(B)337.64º63.95%67.45%-
XYZ21.1813.214.26-
YUV99.56129.94179.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=51.04%
G=18.40%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726210300.640.400.33337.6447.0145.88
HexAC3E6704028211522f2e
Octal25476147010050415225756
Binary10101100111110110011101000000101000100001101010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E67; }

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

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

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

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

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

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

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

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