#A6376B

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

Shades of Rouge #A6376B

Tints of Rouge #A6376B

Color information

#A6376B (or 0xA6376B) is unknown color: approx Rouge. HEX triplet: A6, 37 and 6B. RGB value is (166,55,107). Sum of RGB (Red+Green+Blue) = 166+55+107=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6376B is #59C894. Grayscale: #5E5E5E. Windows color (decimal): -5884053 or 7026598. OLE color: 7026598.

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

Color convert

RGB16655107-
CMYK00.670.360.35
HSL331.89º50.23%43.33%-
HSV(B)331.89º66.87%65.1%-
XYZ19.7511.915.17-
YUV94.12135.27179.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=50.61%
G=16.77%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665510700.670.360.35331.8950.2343.33
HexA6376B043242314c322b
Octal24667153010344435146253
Binary10100110110111110101101000011100100100011101001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6376B; }

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

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

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

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

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

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

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

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