#A14463

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

Shades of Rouge #A14463

Tints of Rouge #A14463

Color information

#A14463 (or 0xA14463) is unknown color: approx Rouge. HEX triplet: A1, 44 and 63. RGB value is (161,68,99). Sum of RGB (Red+Green+Blue) = 161+68+99=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A14463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14463 is #5EBB9C. Grayscale: #636363. Windows color (decimal): -6208413 or 6505633. OLE color: 6505633.

HSL color Cylindrical-coordinate representation of color #A14463: hue angle of 340º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14463 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1616899-
CMYK00.580.390.37
HSL340º40.61%44.9%-
HSV(B)340º57.76%63.14%-
XYZ19.0212.6113.24-
YUV99.34127.81171.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=49.09%
G=20.73%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161689900.580.390.3734040.6144.9
HexA1446303A2725154292d
Octal24110414307247455245155
Binary10100001100010011000110111010100111100101101010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14463; }

 p { color: rgb(161,68,99); }

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

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

 a { background-color: rgb(161,68,99); }

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

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

 span { border-color: rgb(161,68,99); }

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