#A94166

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

Shades of Rouge #A94166

Tints of Rouge #A94166

Color information

#A94166 (or 0xA94166) is unknown color: approx Rouge. HEX triplet: A9, 41 and 66. RGB value is (169,65,102). Sum of RGB (Red+Green+Blue) = 169+65+102=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94166 is #56BE99. Grayscale: #646464. Windows color (decimal): -5684890 or 6701481. OLE color: 6701481.

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

Color convert

RGB16965102-
CMYK00.620.400.34
HSL338.65º44.44%45.88%-
HSV(B)338.65º61.54%66.27%-
XYZ20.6513.1714.02-
YUV100.31128.96176.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.30%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=50.30%
G=19.35%
B=30.36%

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
Decimal1696510200.620.400.34338.6544.4445.88
HexA9416603E28221532c2e
Octal25110114607650425235456
Binary10101001100000111001100111110101000100010101010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94166; }

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

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

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

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

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

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

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

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