#A92968

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

Shades of Rouge #A92968

Tints of Rouge #A92968

Color information

#A92968 (or 0xA92968) is unknown color: approx Rouge. HEX triplet: A9, 29 and 68. RGB value is (169,41,104). Sum of RGB (Red+Green+Blue) = 169+41+104=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A92968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92968 is #56D697. Grayscale: #565656. Windows color (decimal): -5691032 or 6826409. OLE color: 6826409.

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

Color convert

RGB16941104-
CMYK00.760.380.34
HSL330.47º60.95%41.18%-
HSV(B)330.47º75.74%66.27%-
XYZ19.6511.0214.19-
YUV86.45137.91186.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=53.82%
G=13.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694110400.760.380.34330.4760.9541.18
HexA9296804C262214a3d29
Octal25151150011446425127551
Binary10101001101001110100001001100100110100010101001010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92968; }

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

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

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

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

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

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

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

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