#A2355D

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

Shades of Rouge #A2355D

Tints of Rouge #A2355D

Color information

#A2355D (or 0xA2355D) is unknown color: approx Rouge. HEX triplet: A2, 35 and 5D. RGB value is (162,53,93). Sum of RGB (Red+Green+Blue) = 162+53+93=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2355D is #5DCAA2. Grayscale: #5A5A5A. Windows color (decimal): -6146723 or 6108578. OLE color: 6108578.

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

Color convert

RGB1625393-
CMYK00.670.430.36
HSL337.98º50.7%42.16%-
HSV(B)337.98º67.28%63.53%-
XYZ18.1511.0211.53-
YUV90.15129.61179.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=52.60%
G=17.21%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162539300.670.430.36337.9850.742.16
HexA2355D0432B24152332a
Octal24265135010353445226352
Binary10100010110101101110101000011101011100100101010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2355D; }

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

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

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

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

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

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

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

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