#A1426C

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

Shades of Rouge #A1426C

Tints of Rouge #A1426C

Color information

#A1426C (or 0xA1426C) is unknown color: approx Rouge. HEX triplet: A1, 42 and 6C. RGB value is (161,66,108). Sum of RGB (Red+Green+Blue) = 161+66+108=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1426C is #5EBD93. Grayscale: #636363. Windows color (decimal): -6208916 or 7094945. OLE color: 7094945.

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

Color convert

RGB16166108-
CMYK00.590.330.37
HSL333.47º41.85%44.51%-
HSV(B)333.47º59.01%63.14%-
XYZ19.3512.5615.59-
YUV99.19132.97172.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=48.06%
G=19.70%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616610800.590.330.37333.4741.8544.51
HexA1426C03B212514d2a2d
Octal24110215407341455155255
Binary10100001100001011011000111011100001100101101001101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1426C; }

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

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

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

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

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

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

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

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