#A94167

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

Shades of Rouge #A94167

Tints of Rouge #A94167

Color information

#A94167 (or 0xA94167) is unknown color: approx Rouge. HEX triplet: A9, 41 and 67. RGB value is (169,65,103). Sum of RGB (Red+Green+Blue) = 169+65+103=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A94167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94167 is #56BE98. Grayscale: #646464. Windows color (decimal): -5684889 or 6767017. OLE color: 6767017.

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

Color convert

RGB16965103-
CMYK00.620.390.34
HSL338.08º44.44%45.88%-
HSV(B)338.08º61.54%66.27%-
XYZ20.713.1914.29-
YUV100.43129.46176.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=50.15%
G=19.29%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696510300.620.390.34338.0844.4445.88
HexA9416703E27221522c2e
Octal25110114707647425225456
Binary10101001100000111001110111110100111100010101010010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94167; }

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

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

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

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

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

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

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

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