#A1426E

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

Shades of Rouge #A1426E

Tints of Rouge #A1426E

Color information

#A1426E (or 0xA1426E) is unknown color: approx Rouge. HEX triplet: A1, 42 and 6E. RGB value is (161,66,110). Sum of RGB (Red+Green+Blue) = 161+66+110=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1426E is #5EBD91. Grayscale: #636363. Windows color (decimal): -6208914 or 7226017. OLE color: 7226017.

HSL color Cylindrical-coordinate representation of color #A1426E: hue angle of 332.21º 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 #A1426E is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16166110-
CMYK00.590.320.37
HSL332.21º41.85%44.51%-
HSV(B)332.21º59.01%63.14%-
XYZ19.4612.616.16-
YUV99.42133.97171.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=47.77%
G=19.58%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616611000.590.320.37332.2141.8544.51
HexA1426E03B202514c2a2d
Octal24110215607340455145255
Binary10100001100001011011100111011100000100101101001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1426E; }

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

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

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

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

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

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

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

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