#A6446B

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

Shades of Rouge #A6446B

Tints of Rouge #A6446B

Color information

#A6446B (or 0xA6446B) is unknown color: approx Rouge. HEX triplet: A6, 44 and 6B. RGB value is (166,68,107). Sum of RGB (Red+Green+Blue) = 166+68+107=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6446B is #59BB94. Grayscale: #656565. Windows color (decimal): -5880725 or 7029926. OLE color: 7029926.

HSL color Cylindrical-coordinate representation of color #A6446B: hue angle of 336.12º 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 #A6446B is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16668107-
CMYK00.590.360.35
HSL336.12º41.88%45.88%-
HSV(B)336.12º59.04%65.1%-
XYZ20.4513.315.4-
YUV101.75130.97173.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=48.68%
G=19.94%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666810700.590.360.35336.1241.8845.88
HexA6446B03B24231502a2e
Octal24610415307344435205256
Binary10100110100010011010110111011100100100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6446B; }

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

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

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

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

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

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

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

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