#A6375D

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

Shades of Rouge #A6375D

Tints of Rouge #A6375D

Color information

#A6375D (or 0xA6375D) is unknown color: approx Rouge. HEX triplet: A6, 37 and 5D. RGB value is (166,55,93). Sum of RGB (Red+Green+Blue) = 166+55+93=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6375D is #59C8A2. Grayscale: #5C5C5C. Windows color (decimal): -5884067 or 6109094. OLE color: 6109094.

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

Color convert

RGB1665593-
CMYK00.670.440.35
HSL339.46º50.23%43.33%-
HSV(B)339.46º66.87%65.1%-
XYZ19.0711.6311.6-
YUV92.52128.27180.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=52.87%
G=17.52%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166559300.670.440.35339.4650.2343.33
HexA6375D0432C23153322b
Octal24667135010354435236253
Binary10100110110111101110101000011101100100011101010011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6375D; }

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

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

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

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

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

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

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

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