#A13866

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

Shades of Rouge #A13866

Tints of Rouge #A13866

Color information

#A13866 (or 0xA13866) is unknown color: approx Rouge. HEX triplet: A1, 38 and 66. RGB value is (161,56,102). Sum of RGB (Red+Green+Blue) = 161+56+102=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A13866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13866 is #5EC799. Grayscale: #5C5C5C. Windows color (decimal): -6211482 or 6699169. OLE color: 6699169.

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

Color convert

RGB16156102-
CMYK00.650.370.37
HSL333.71º48.39%42.55%-
HSV(B)333.71º65.22%63.14%-
XYZ18.5111.3613.79-
YUV92.64133.29176.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=50.47%
G=17.55%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615610200.650.370.37333.7148.3942.55
HexA13866041252514e302b
Octal24170146010145455166053
Binary10100001111000110011001000001100101100101101001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13866; }

 p { color: rgb(161,56,102); }

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

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

 a { background-color: rgb(161,56,102); }

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

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

 span { border-color: rgb(161,56,102); }

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