#A6335F

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

Shades of Rouge #A6335F

Tints of Rouge #A6335F

Color information

#A6335F (or 0xA6335F) is unknown color: approx Rouge. HEX triplet: A6, 33 and 5F. RGB value is (166,51,95). Sum of RGB (Red+Green+Blue) = 166+51+95=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6335F is #59CCA0. Grayscale: #5A5A5A. Windows color (decimal): -5885089 or 6239142. OLE color: 6239142.

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

Color convert

RGB1665195-
CMYK00.690.430.35
HSL337.04º53%42.55%-
HSV(B)337.04º69.28%65.1%-
XYZ18.9811.312.01-
YUV90.4130.6181.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=53.21%
G=16.35%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166519500.690.430.35337.045342.55
HexA6335F0452B23151352b
Octal24663137010553435216553
Binary10100110110011101111101000101101011100011101010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6335F; }

 p { color: rgb(166,51,95); }

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

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

 a { background-color: rgb(166,51,95); }

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

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

 span { border-color: rgb(166,51,95); }

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