#A94065

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

Shades of Rouge #A94065

Tints of Rouge #A94065

Color information

#A94065 (or 0xA94065) is unknown color: approx Rouge. HEX triplet: A9, 40 and 65. RGB value is (169,64,101). Sum of RGB (Red+Green+Blue) = 169+64+101=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A94065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94065 is #56BF9A. Grayscale: #636363. Windows color (decimal): -5685147 or 6635689. OLE color: 6635689.

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

Color convert

RGB16964101-
CMYK00.620.400.34
HSL338.86º45.06%45.69%-
HSV(B)338.86º62.13%66.27%-
XYZ20.5413.0413.75-
YUV99.61128.79177.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=50.60%
G=19.16%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696410100.620.400.34338.8645.0645.69
HexA9406503E28221532d2e
Octal25110014507650425235556
Binary10101001100000011001010111110101000100010101010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94065; }

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

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

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

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

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

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

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

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