#a94070

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

Shades of Rouge #A94070

Tints of Rouge #A94070

Color information

#A94070 (or 0xA94070) is unknown color: approx Rouge. HEX triplet: A9, 40 and 70. RGB value is (169,64,112). Sum of RGB (Red+Green+Blue) = 169+64+112=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A94070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94070 is #56BF8F. Grayscale: #646464. Windows color (decimal): -5685136 or 7356585. OLE color: 7356585.

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

Color convert

RGB16964112-
CMYK00.620.340.34
HSL332.57º45.06%45.69%-
HSV(B)332.57º62.13%66.27%-
XYZ21.1213.2716.78-
YUV100.87134.29176.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=48.99%
G=18.55%
B=32.46%

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
Decimal1696411200.620.340.34332.5745.0645.69
HexA9407003E222214d2d2e
Octal25110016007642425155556
Binary10101001100000011100000111110100010100010101001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94070; }

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

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

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

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

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

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

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

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