#a94163

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

Shades of Rouge #A94163

Tints of Rouge #A94163

Color information

#A94163 (or 0xA94163) is unknown color: approx Rouge. HEX triplet: A9, 41 and 63. RGB value is (169,65,99). Sum of RGB (Red+Green+Blue) = 169+65+99=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A94163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94163 is #56BE9C. Grayscale: #636363. Windows color (decimal): -5684893 or 6504873. OLE color: 6504873.

HSL color Cylindrical-coordinate representation of color #A94163: hue angle of 340.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94163 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB1696599-
CMYK00.620.410.34
HSL340.38º44.44%45.88%-
HSV(B)340.38º61.54%66.27%-
XYZ20.513.1213.26-
YUV99.97127.46177.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=50.75%
G=19.52%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169659900.620.410.34340.3844.4445.88
HexA9416303E29221542c2e
Octal25110114307651425245456
Binary10101001100000111000110111110101001100010101010100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94163; }

 p { color: rgb(169,65,99); }

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

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

 a { background-color: rgb(169,65,99); }

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

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

 span { border-color: rgb(169,65,99); }

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