#A6466C

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

Shades of Rouge #A6466C

Tints of Rouge #A6466C

Color information

#A6466C (or 0xA6466C) is unknown color: approx Rouge. HEX triplet: A6, 46 and 6C. RGB value is (166,70,108). Sum of RGB (Red+Green+Blue) = 166+70+108=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6466C is #59B993. Grayscale: #666666. Windows color (decimal): -5880212 or 7095974. OLE color: 7095974.

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

Color convert

RGB16670108-
CMYK00.580.350.35
HSL336.25º40.68%46.27%-
HSV(B)336.25º57.83%65.1%-
XYZ20.6213.5715.72-
YUV103.04130.8172.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=48.26%
G=20.35%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667010800.580.350.35336.2540.6846.27
HexA6466C03A2323150292e
Octal24610615407243435205156
Binary10100110100011011011000111010100011100011101010000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6466C; }

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

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

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

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

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

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

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

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