#A94566

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

Shades of Rouge #A94566

Tints of Rouge #A94566

Color information

#A94566 (or 0xA94566) is unknown color: approx Rouge. HEX triplet: A9, 45 and 66. RGB value is (169,69,102). Sum of RGB (Red+Green+Blue) = 169+69+102=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A94566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94566 is #56BA99. Grayscale: #666666. Windows color (decimal): -5683866 or 6702505. OLE color: 6702505.

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

Color convert

RGB16969102-
CMYK00.590.400.34
HSL340.2º42.02%46.67%-
HSV(B)340.2º59.17%66.27%-
XYZ20.8913.6514.1-
YUV102.66127.63175.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 102 (40.23% from 255) = 30%
R=49.71%
G=20.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696910200.590.400.34340.242.0246.67
HexA9456603B28221542a2f
Octal25110514607350425245257
Binary10101001100010111001100111011101000100010101010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94566; }

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

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

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

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

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

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

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

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