#A94168

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

Shades of Rouge #A94168

Tints of Rouge #A94168

Color information

#A94168 (or 0xA94168) is unknown color: approx Rouge. HEX triplet: A9, 41 and 68. RGB value is (169,65,104). Sum of RGB (Red+Green+Blue) = 169+65+104=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94168 is #56BE97. Grayscale: #646464. Windows color (decimal): -5684888 or 6832553. OLE color: 6832553.

HSL color Cylindrical-coordinate representation of color #A94168: hue angle of 337.5º 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 #A94168 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16965104-
CMYK00.620.380.34
HSL337.5º44.44%45.88%-
HSV(B)337.5º61.54%66.27%-
XYZ20.7513.2214.55-
YUV100.54129.96176.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696510400.620.380.34337.544.4445.88
HexA9416803E26221522c2e
Octal25110115007646425225456
Binary10101001100000111010000111110100110100010101010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94168; }

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

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

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

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

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

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

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

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