#A9376D

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

Shades of Rouge #A9376D

Tints of Rouge #A9376D

Color information

#A9376D (or 0xA9376D) is unknown color: approx Rouge. HEX triplet: A9, 37 and 6D. RGB value is (169,55,109). Sum of RGB (Red+Green+Blue) = 169+55+109=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9376D is #56C892. Grayscale: #5F5F5F. Windows color (decimal): -5687443 or 7157673. OLE color: 7157673.

HSL color Cylindrical-coordinate representation of color #A9376D: hue angle of 331.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9376D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16955109-
CMYK00.670.360.34
HSL331.58º50.89%43.92%-
HSV(B)331.58º67.46%66.27%-
XYZ20.4912.2715.76-
YUV95.24135.77180.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=50.75%
G=16.52%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695510900.670.360.34331.5850.8943.92
HexA9376D043242214c332c
Octal25167155010344425146354
Binary10101001110111110110101000011100100100010101001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9376D; }

 p { color: rgb(169,55,109); }

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

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

 a { background-color: rgb(169,55,109); }

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

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

 span { border-color: rgb(169,55,109); }

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