#A6486D

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

Shades of Rouge #A6486D

Tints of Rouge #A6486D

Color information

#A6486D (or 0xA6486D) is unknown color: approx Rouge. HEX triplet: A6, 48 and 6D. RGB value is (166,72,109). Sum of RGB (Red+Green+Blue) = 166+72+109=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6486D is #59B792. Grayscale: #686868. Windows color (decimal): -5879699 or 7162022. OLE color: 7162022.

HSL color Cylindrical-coordinate representation of color #A6486D: hue angle of 336.38º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6486D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16672109-
CMYK00.570.340.35
HSL336.38º39.5%46.67%-
HSV(B)336.38º56.63%65.1%-
XYZ20.813.8516.04-
YUV104.32130.64171.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=47.84%
G=20.75%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667210900.570.340.35336.3839.546.67
HexA6486D0392223150272f
Octal24611015507142435204757
Binary10100110100100011011010111001100010100011101010000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6486D; }

 p { color: rgb(166,72,109); }

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

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

 a { background-color: rgb(166,72,109); }

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

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

 span { border-color: rgb(166,72,109); }

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