#A2376E

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

Shades of Rouge #A2376E

Tints of Rouge #A2376E

Color information

#A2376E (or 0xA2376E) is unknown color: approx Rouge. HEX triplet: A2, 37 and 6E. RGB value is (162,55,110). Sum of RGB (Red+Green+Blue) = 162+55+110=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2376E is #5DC891. Grayscale: #5D5D5D. Windows color (decimal): -6146194 or 7223202. OLE color: 7223202.

HSL color Cylindrical-coordinate representation of color #A2376E: hue angle of 329.16º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2376E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16255110-
CMYK00.660.320.36
HSL329.16º49.31%42.55%-
HSV(B)329.16º66.05%63.53%-
XYZ19.0811.5415.97-
YUV93.26137.45177.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=49.54%
G=16.82%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625511000.660.320.36329.1649.3142.55
HexA2376E0422024149312b
Octal24267156010240445116153
Binary10100010110111110111001000010100000100100101001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2376E; }

 p { color: rgb(162,55,110); }

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

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

 a { background-color: rgb(162,55,110); }

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

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

 span { border-color: rgb(162,55,110); }

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