#A6375C

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

Shades of Rouge #A6375C

Tints of Rouge #A6375C

Color information

#A6375C (or 0xA6375C) is unknown color: approx Rouge. HEX triplet: A6, 37 and 5C. RGB value is (166,55,92). Sum of RGB (Red+Green+Blue) = 166+55+92=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6375C is #59C8A3. Grayscale: #5C5C5C. Windows color (decimal): -5884068 or 6043558. OLE color: 6043558.

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

Color convert

RGB1665592-
CMYK00.670.450.35
HSL340º50.23%43.33%-
HSV(B)340º66.87%65.1%-
XYZ19.0211.6111.36-
YUV92.41127.77180.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=53.04%
G=17.57%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166559200.670.450.3534050.2343.33
HexA6375C0432D23154322b
Octal24667134010355435246253
Binary10100110110111101110001000011101101100011101010100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6375C; }

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

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

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

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

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

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

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

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