#A13667

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

Shades of Rouge #A13667

Tints of Rouge #A13667

Color information

#A13667 (or 0xA13667) is unknown color: approx Rouge. HEX triplet: A1, 36 and 67. RGB value is (161,54,103). Sum of RGB (Red+Green+Blue) = 161+54+103=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13667 is #5EC998. Grayscale: #5B5B5B. Windows color (decimal): -6211993 or 6764193. OLE color: 6764193.

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

Color convert

RGB16154103-
CMYK00.660.360.37
HSL332.52º49.77%42.16%-
HSV(B)332.52º66.46%63.14%-
XYZ18.4711.1914.02-
YUV91.58134.45177.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=50.63%
G=16.98%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615410300.660.360.37332.5249.7742.16
HexA13667042242514d322a
Octal24166147010244455156252
Binary10100001110110110011101000010100100100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13667; }

 p { color: rgb(161,54,103); }

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

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

 a { background-color: rgb(161,54,103); }

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

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

 span { border-color: rgb(161,54,103); }

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