#a94470

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

Shades of Rouge #A94470

Tints of Rouge #A94470

Color information

#A94470 (or 0xA94470) is unknown color: approx Rouge. HEX triplet: A9, 44 and 70. RGB value is (169,68,112). Sum of RGB (Red+Green+Blue) = 169+68+112=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A94470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94470 is #56BB8F. Grayscale: #676767. Windows color (decimal): -5684112 or 7357609. OLE color: 7357609.

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

Color convert

RGB16968112-
CMYK00.600.340.34
HSL333.86º42.62%46.47%-
HSV(B)333.86º59.76%66.27%-
XYZ21.3513.7416.86-
YUV103.22132.96174.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=48.42%
G=19.48%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696811200.600.340.34333.8642.6246.47
HexA9447003C222214e2b2e
Octal25110416007442425165356
Binary10101001100010011100000111100100010100010101001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94470; }

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

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

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

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

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

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

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

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