#A2435E

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

Shades of Rouge #A2435E

Tints of Rouge #A2435E

Color information

#A2435E (or 0xA2435E) is unknown color: approx Rouge. HEX triplet: A2, 43 and 5E. RGB value is (162,67,94). Sum of RGB (Red+Green+Blue) = 162+67+94=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2435E is #5DBCA1. Grayscale: #626262. Windows color (decimal): -6143138 or 6177698. OLE color: 6177698.

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

Color convert

RGB1626794-
CMYK00.590.420.36
HSL342.95º41.48%44.9%-
HSV(B)342.95º58.64%63.53%-
XYZ18.9312.512.01-
YUV98.48125.47173.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=50.15%
G=20.74%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162679400.590.420.36342.9541.4844.9
HexA2435E03B2A24157292d
Octal24210313607352445275155
Binary10100010100001110111100111011101010100100101010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2435E; }

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

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

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

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

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

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

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

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