#A7396A

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

Shades of Rouge #A7396A

Tints of Rouge #A7396A

Color information

#A7396A (or 0xA7396A) is unknown color: approx Rouge. HEX triplet: A7, 39 and 6A. RGB value is (167,57,106). Sum of RGB (Red+Green+Blue) = 167+57+106=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7396A is #58C695. Grayscale: #5F5F5F. Windows color (decimal): -5818006 or 6961575. OLE color: 6961575.

HSL color Cylindrical-coordinate representation of color #A7396A: hue angle of 333.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7396A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16757106-
CMYK00.660.370.35
HSL333.27º49.11%43.92%-
HSV(B)333.27º65.87%65.49%-
XYZ2012.1814.93-
YUV95.48133.94179.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.61%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=50.61%
G=17.27%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675710600.660.370.35333.2749.1143.92
HexA7396A042252314d312c
Octal24771152010245435156154
Binary10100111111001110101001000010100101100011101001101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7396A; }

 p { color: rgb(167,57,106); }

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

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

 a { background-color: rgb(167,57,106); }

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

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

 span { border-color: rgb(167,57,106); }

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