#A5376A

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

Shades of Rouge #A5376A

Tints of Rouge #A5376A

Color information

#A5376A (or 0xA5376A) is unknown color: approx Rouge. HEX triplet: A5, 37 and 6A. RGB value is (165,55,106). Sum of RGB (Red+Green+Blue) = 165+55+106=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5376A is #5AC895. Grayscale: #5D5D5D. Windows color (decimal): -5949590 or 6961061. OLE color: 6961061.

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

Color convert

RGB16555106-
CMYK00.670.360.35
HSL332.18º50%43.14%-
HSV(B)332.18º66.67%64.71%-
XYZ19.4811.7714.88-
YUV93.7134.94178.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=50.61%
G=16.87%
B=32.52%

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
Decimal1655510600.670.360.35332.185043.14
HexA5376A043242314c322b
Octal24567152010344435146253
Binary10100101110111110101001000011100100100011101001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5376A; }

 p { color: rgb(165,55,106); }

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

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

 a { background-color: rgb(165,55,106); }

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

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

 span { border-color: rgb(165,55,106); }

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