#A92B63

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

Shades of Rouge #A92B63

Tints of Rouge #A92B63

Color information

#A92B63 (or 0xA92B63) is unknown color: approx Rouge. HEX triplet: A9, 2B and 63. RGB value is (169,43,99). Sum of RGB (Red+Green+Blue) = 169+43+99=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92B63 is #56D49C. Grayscale: #565656. Windows color (decimal): -5690525 or 6499241. OLE color: 6499241.

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

Color convert

RGB1694399-
CMYK00.750.410.34
HSL333.33º59.43%41.57%-
HSV(B)333.33º74.56%66.27%-
XYZ19.4811.0612.91-
YUV87.06134.74186.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=54.34%
G=13.83%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169439900.750.410.34333.3359.4341.57
HexA92B6304B292214d3b2a
Octal25153143011351425157352
Binary10101001101011110001101001011101001100010101001101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92B63; }

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

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

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

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

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

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

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

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