#A92964

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

Shades of Rouge #A92964

Tints of Rouge #A92964

Color information

#A92964 (or 0xA92964) is unknown color: approx Rouge. HEX triplet: A9, 29 and 64. RGB value is (169,41,100). Sum of RGB (Red+Green+Blue) = 169+41+100=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A92964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92964 is #56D69B. Grayscale: #555555. Windows color (decimal): -5691036 or 6564265. OLE color: 6564265.

HSL color Cylindrical-coordinate representation of color #A92964: hue angle of 332.34º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92964 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16941100-
CMYK00.760.410.34
HSL332.34º60.95%41.18%-
HSV(B)332.34º75.74%66.27%-
XYZ19.4610.9413.14-
YUV86135.91187.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=54.52%
G=13.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694110000.760.410.34332.3460.9541.18
HexA9296404C292214c3d29
Octal25151144011451425147551
Binary10101001101001110010001001100101001100010101001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92964; }

 p { color: rgb(169,41,100); }

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

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

 a { background-color: rgb(169,41,100); }

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

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

 span { border-color: rgb(169,41,100); }

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