#A94061

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

Shades of Rouge #A94061

Tints of Rouge #A94061

Color information

#A94061 (or 0xA94061) is unknown color: approx Rouge. HEX triplet: A9, 40 and 61. RGB value is (169,64,97). Sum of RGB (Red+Green+Blue) = 169+64+97=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A94061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94061 is #56BF9E. Grayscale: #636363. Windows color (decimal): -5685151 or 6373545. OLE color: 6373545.

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

Color convert

RGB1696497-
CMYK00.620.430.34
HSL341.14º45.06%45.69%-
HSV(B)341.14º62.13%66.27%-
XYZ20.3512.9612.74-
YUV99.16126.79177.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.21%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=51.21%
G=19.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169649700.620.430.34341.1445.0645.69
HexA9406103E2B221552d2e
Octal25110014107653425255556
Binary10101001100000011000010111110101011100010101010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94061; }

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

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

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

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

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

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

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

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