#A94365

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

Shades of Rouge #A94365

Tints of Rouge #A94365

Color information

#A94365 (or 0xA94365) is unknown color: approx Rouge. HEX triplet: A9, 43 and 65. RGB value is (169,67,101). Sum of RGB (Red+Green+Blue) = 169+67+101=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A94365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94365 is #56BC9A. Grayscale: #656565. Windows color (decimal): -5684379 or 6636457. OLE color: 6636457.

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

Color convert

RGB16967101-
CMYK00.600.400.34
HSL340º43.22%46.27%-
HSV(B)340º60.36%66.27%-
XYZ20.7213.3913.8-
YUV101.37127.79176.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=50.15%
G=19.88%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696710100.600.400.3434043.2246.27
HexA9436503C28221542b2e
Octal25110314507450425245356
Binary10101001100001111001010111100101000100010101010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94365; }

 p { color: rgb(169,67,101); }

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

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

 a { background-color: rgb(169,67,101); }

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

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

 span { border-color: rgb(169,67,101); }

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