#A6446C

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

Shades of Rouge #A6446C

Tints of Rouge #A6446C

Color information

#A6446C (or 0xA6446C) is unknown color: approx Rouge. HEX triplet: A6, 44 and 6C. RGB value is (166,68,108). Sum of RGB (Red+Green+Blue) = 166+68+108=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6446C is #59BB93. Grayscale: #656565. Windows color (decimal): -5880724 or 7095462. OLE color: 7095462.

HSL color Cylindrical-coordinate representation of color #A6446C: hue angle of 335.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6446C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16668108-
CMYK00.590.350.35
HSL335.51º41.88%45.88%-
HSV(B)335.51º59.04%65.1%-
XYZ20.513.3215.68-
YUV101.86131.47173.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=48.54%
G=19.88%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666810800.590.350.35335.5141.8845.88
HexA6446C03B23231502a2e
Octal24610415407343435205256
Binary10100110100010011011000111011100011100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6446C; }

 p { color: rgb(166,68,108); }

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

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

 a { background-color: rgb(166,68,108); }

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

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

 span { border-color: rgb(166,68,108); }

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