#a6406b

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

Shades of Rouge #A6406B

Tints of Rouge #A6406B

Color information

#A6406B (or 0xA6406B) is unknown color: approx Rouge. HEX triplet: A6, 40 and 6B. RGB value is (166,64,107). Sum of RGB (Red+Green+Blue) = 166+64+107=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6406B is #59BF94. Grayscale: #636363. Windows color (decimal): -5881749 or 7028902. OLE color: 7028902.

HSL color Cylindrical-coordinate representation of color #A6406B: hue angle of 334.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6406B is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16664107-
CMYK00.610.360.35
HSL334.71º44.35%45.1%-
HSV(B)334.71º61.45%65.1%-
XYZ20.2112.8415.32-
YUV99.4132.29175.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=49.26%
G=18.99%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666410700.610.360.35334.7144.3545.1
HexA6406B03D242314f2c2d
Octal24610015307544435175455
Binary10100110100000011010110111101100100100011101001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6406b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6406b; }

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

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

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

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

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

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

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

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