#A1486C

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

Shades of Rouge #A1486C

Tints of Rouge #A1486C

Color information

#A1486C (or 0xA1486C) is unknown color: approx Rouge. HEX triplet: A1, 48 and 6C. RGB value is (161,72,108). Sum of RGB (Red+Green+Blue) = 161+72+108=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1486C is #5EB793. Grayscale: #666666. Windows color (decimal): -6207380 or 7096481. OLE color: 7096481.

HSL color Cylindrical-coordinate representation of color #A1486C: hue angle of 335.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1486C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16172108-
CMYK00.550.330.37
HSL335.73º38.2%45.69%-
HSV(B)335.73º55.28%63.14%-
XYZ19.7213.2915.71-
YUV102.71130.99169.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=47.21%
G=21.11%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617210800.550.330.37335.7338.245.69
HexA1486C0372125150262e
Octal24111015406741455204656
Binary10100001100100011011000110111100001100101101010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1486C; }

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

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

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

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

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

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

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

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