#A2445E

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

Shades of Rouge #A2445E

Tints of Rouge #A2445E

Color information

#A2445E (or 0xA2445E) is unknown color: approx Rouge. HEX triplet: A2, 44 and 5E. RGB value is (162,68,94). Sum of RGB (Red+Green+Blue) = 162+68+94=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2445E is #5DBBA1. Grayscale: #636363. Windows color (decimal): -6142882 or 6177954. OLE color: 6177954.

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

Color convert

RGB1626894-
CMYK00.580.420.36
HSL343.4º40.87%45.1%-
HSV(B)343.4º58.02%63.53%-
XYZ18.9912.6212.03-
YUV99.07125.14172.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=50%
G=20.99%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162689400.580.420.36343.440.8745.1
HexA2445E03A2A24157292d
Octal24210413607252445275155
Binary10100010100010010111100111010101010100100101010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2445E; }

 p { color: rgb(162,68,94); }

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

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

 a { background-color: rgb(162,68,94); }

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

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

 span { border-color: rgb(162,68,94); }

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