#A1425E

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

Shades of Rouge #A1425E

Tints of Rouge #A1425E

Color information

#A1425E (or 0xA1425E) is unknown color: approx Rouge. HEX triplet: A1, 42 and 5E. RGB value is (161,66,94). Sum of RGB (Red+Green+Blue) = 161+66+94=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1425E is #5EBDA1. Grayscale: #616161. Windows color (decimal): -6208930 or 6177441. OLE color: 6177441.

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

Color convert

RGB1616694-
CMYK00.590.420.37
HSL342.32º41.85%44.51%-
HSV(B)342.32º59.01%63.14%-
XYZ18.6712.2811.98-
YUV97.6125.97173.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=50.16%
G=20.56%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161669400.590.420.37342.3241.8544.51
HexA1425E03B2A251562a2d
Octal24110213607352455265255
Binary10100001100001010111100111011101010100101101010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1425E; }

 p { color: rgb(161,66,94); }

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

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

 a { background-color: rgb(161,66,94); }

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

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

 span { border-color: rgb(161,66,94); }

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