#A6306A

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

Shades of Rouge #A6306A

Tints of Rouge #A6306A

Color information

#A6306A (or 0xA6306A) is unknown color: approx Rouge. HEX triplet: A6, 30 and 6A. RGB value is (166,48,106). Sum of RGB (Red+Green+Blue) = 166+48+106=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A6306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6306A is #59CF95. Grayscale: #595959. Windows color (decimal): -5885846 or 6959270. OLE color: 6959270.

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

Color convert

RGB16648106-
CMYK00.710.360.35
HSL330.51º55.14%41.96%-
HSV(B)330.51º71.08%65.1%-
XYZ19.3811.2614.79-
YUV89.89137.09182.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.88%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=51.88%
G=15%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664810600.710.360.35330.5155.1441.96
HexA6306A047242314b372a
Octal24660152010744435136752
Binary10100110110000110101001000111100100100011101001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6306A; }

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

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

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

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

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

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

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

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