#A2345F

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

Shades of Rouge #A2345F

Tints of Rouge #A2345F

Color information

#A2345F (or 0xA2345F) is unknown color: approx Rouge. HEX triplet: A2, 34 and 5F. RGB value is (162,52,95). Sum of RGB (Red+Green+Blue) = 162+52+95=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2345F is #5DCBA0. Grayscale: #595959. Windows color (decimal): -6146977 or 6239394. OLE color: 6239394.

HSL color Cylindrical-coordinate representation of color #A2345F: hue angle of 336.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2345F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1625295-
CMYK00.680.410.36
HSL336.55º51.4%41.96%-
HSV(B)336.55º67.9%63.53%-
XYZ18.1910.9611.98-
YUV89.79130.94179.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=52.43%
G=16.83%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162529500.680.410.36336.5551.441.96
HexA2345F0442924151332a
Octal24264137010451445216352
Binary10100010110100101111101000100101001100100101010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2345F; }

 p { color: rgb(162,52,95); }

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

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

 a { background-color: rgb(162,52,95); }

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

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

 span { border-color: rgb(162,52,95); }

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