#A94668

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

Shades of Rouge #A94668

Tints of Rouge #A94668

Color information

#A94668 (or 0xA94668) is unknown color: approx Rouge. HEX triplet: A9, 46 and 68. RGB value is (169,70,104). Sum of RGB (Red+Green+Blue) = 169+70+104=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A94668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94668 is #56B997. Grayscale: #676767. Windows color (decimal): -5683608 or 6833833. OLE color: 6833833.

HSL color Cylindrical-coordinate representation of color #A94668: hue angle of 339.39º degrees, saturation: 0.41, 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 #A94668 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16970104-
CMYK00.590.380.34
HSL339.39º41.42%46.86%-
HSV(B)339.39º58.58%66.27%-
XYZ21.0513.8114.65-
YUV103.48128.3174.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=49.27%
G=20.41%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697010400.590.380.34339.3941.4246.86
HexA9466803B2622153292f
Octal25110615007346425235157
Binary10101001100011011010000111011100110100010101010011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94668; }

 p { color: rgb(169,70,104); }

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

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

 a { background-color: rgb(169,70,104); }

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

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

 span { border-color: rgb(169,70,104); }

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