#A93262

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

Shades of Rouge #A93262

Tints of Rouge #A93262

Color information

#A93262 (or 0xA93262) is unknown color: approx Rouge. HEX triplet: A9, 32 and 62. RGB value is (169,50,98). Sum of RGB (Red+Green+Blue) = 169+50+98=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A93262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93262 is #56CD9D. Grayscale: #5A5A5A. Windows color (decimal): -5688734 or 6435497. OLE color: 6435497.

HSL color Cylindrical-coordinate representation of color #A93262: hue angle of 335.8º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93262 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB1695098-
CMYK00.700.420.34
HSL335.8º54.34%42.94%-
HSV(B)335.8º70.41%66.27%-
XYZ19.7111.612.76-
YUV91.05131.92183.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=53.31%
G=15.77%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169509800.700.420.34335.854.3442.94
HexA932620462A22150362b
Octal25162142010652425206653
Binary10101001110010110001001000110101010100010101010000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93262; }

 p { color: rgb(169,50,98); }

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

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

 a { background-color: rgb(169,50,98); }

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

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

 span { border-color: rgb(169,50,98); }

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