#A94170

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

Shades of Rouge #A94170

Tints of Rouge #A94170

Color information

#A94170 (or 0xA94170) is unknown color: approx Rouge. HEX triplet: A9, 41 and 70. RGB value is (169,65,112). Sum of RGB (Red+Green+Blue) = 169+65+112=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A94170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94170 is #56BE8F. Grayscale: #656565. Windows color (decimal): -5684880 or 7356841. OLE color: 7356841.

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

Color convert

RGB16965112-
CMYK00.620.340.34
HSL332.88º44.44%45.88%-
HSV(B)332.88º61.54%66.27%-
XYZ21.1813.3916.8-
YUV101.45133.96176.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=48.84%
G=18.79%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696511200.620.340.34332.8844.4445.88
HexA9417003E222214d2c2e
Octal25110116007642425155456
Binary10101001100000111100000111110100010100010101001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94170; }

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

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

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

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

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

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

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

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