#A2355F

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

Shades of Rouge #A2355F

Tints of Rouge #A2355F

Color information

#A2355F (or 0xA2355F) is unknown color: approx Rouge. HEX triplet: A2, 35 and 5F. RGB value is (162,53,95). Sum of RGB (Red+Green+Blue) = 162+53+95=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2355F is #5DCAA0. Grayscale: #5A5A5A. Windows color (decimal): -6146721 or 6239650. OLE color: 6239650.

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

Color convert

RGB1625395-
CMYK00.670.410.36
HSL336.88º50.7%42.16%-
HSV(B)336.88º67.28%63.53%-
XYZ18.2411.0512-
YUV90.38130.61179.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=52.26%
G=17.10%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162539500.670.410.36336.8850.742.16
HexA2355F0432924151332a
Octal24265137010351445216352
Binary10100010110101101111101000011101001100100101010001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2355F; }

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

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

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

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

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

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

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

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