#A92C63

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

Shades of Rouge #A92C63

Tints of Rouge #A92C63

Color information

#A92C63 (or 0xA92C63) is unknown color: approx Rouge. HEX triplet: A9, 2C and 63. RGB value is (169,44,99). Sum of RGB (Red+Green+Blue) = 169+44+99=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C63 is #56D39C. Grayscale: #575757. Windows color (decimal): -5690269 or 6499497. OLE color: 6499497.

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

Color convert

RGB1694499-
CMYK00.740.410.34
HSL333.6º58.69%41.76%-
HSV(B)333.6º73.96%66.27%-
XYZ19.5111.1412.93-
YUV87.64134.41186.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=54.17%
G=14.10%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169449900.740.410.34333.658.6941.76
HexA92C6304A292214e3b2a
Octal25154143011251425167352
Binary10101001101100110001101001010101001100010101001110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92C63; }

 p { color: rgb(169,44,99); }

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

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

 a { background-color: rgb(169,44,99); }

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

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

 span { border-color: rgb(169,44,99); }

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