#A6456A

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

Shades of Rouge #A6456A

Tints of Rouge #A6456A

Color information

#A6456A (or 0xA6456A) is unknown color: approx Rouge. HEX triplet: A6, 45 and 6A. RGB value is (166,69,106). Sum of RGB (Red+Green+Blue) = 166+69+106=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6456A is #59BA95. Grayscale: #666666. Windows color (decimal): -5880470 or 6964646. OLE color: 6964646.

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

Color convert

RGB16669106-
CMYK00.580.360.35
HSL337.11º41.28%46.08%-
HSV(B)337.11º58.43%65.1%-
XYZ20.4613.415.14-
YUV102.22130.14173.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=48.68%
G=20.23%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666910600.580.360.35337.1141.2846.08
HexA6456A03A2423151292e
Octal24610515207244435215156
Binary10100110100010111010100111010100100100011101010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6456A; }

 p { color: rgb(166,69,106); }

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

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

 a { background-color: rgb(166,69,106); }

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

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

 span { border-color: rgb(166,69,106); }

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