#A94561

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

Shades of Rouge #A94561

Tints of Rouge #A94561

Color information

#A94561 (or 0xA94561) is unknown color: approx Rouge. HEX triplet: A9, 45 and 61. RGB value is (169,69,97). Sum of RGB (Red+Green+Blue) = 169+69+97=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A94561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94561 is #56BA9E. Grayscale: #666666. Windows color (decimal): -5683871 or 6374825. OLE color: 6374825.

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

Color convert

RGB1696997-
CMYK00.590.430.34
HSL343.2º42.02%46.67%-
HSV(B)343.2º59.17%66.27%-
XYZ20.6513.5512.84-
YUV102.09125.13175.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=50.45%
G=20.60%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169699700.590.430.34343.242.0246.67
HexA9456103B2B221572a2f
Octal25110514107353425275257
Binary10101001100010111000010111011101011100010101010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94561; }

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

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

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

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

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

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

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

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