#A6466F

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

Shades of Rouge #A6466F

Tints of Rouge #A6466F

Color information

#A6466F (or 0xA6466F) is unknown color: approx Rouge. HEX triplet: A6, 46 and 6F. RGB value is (166,70,111). Sum of RGB (Red+Green+Blue) = 166+70+111=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A6466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6466F is #59B990. Grayscale: #676767. Windows color (decimal): -5880209 or 7292582. OLE color: 7292582.

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

Color convert

RGB16670111-
CMYK00.580.330.35
HSL334.38º40.68%46.27%-
HSV(B)334.38º57.83%65.1%-
XYZ20.7913.6416.58-
YUV103.38132.3172.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=47.84%
G=20.17%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667011100.580.330.35334.3840.6846.27
HexA6466F03A212314e292e
Octal24610615707241435165156
Binary10100110100011011011110111010100001100011101001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6466F; }

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

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

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

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

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

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

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

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