#A83263

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

Shades of Rouge #A83263

Tints of Rouge #A83263

Color information

#A83263 (or 0xA83263) is unknown color: approx Rouge. HEX triplet: A8, 32 and 63. RGB value is (168,50,99). Sum of RGB (Red+Green+Blue) = 168+50+99=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A83263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83263 is #57CD9C. Grayscale: #5A5A5A. Windows color (decimal): -5754269 or 6501032. OLE color: 6501032.

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

Color convert

RGB1685099-
CMYK00.700.410.34
HSL335.08º54.13%42.75%-
HSV(B)335.08º70.24%65.88%-
XYZ19.5411.5113-
YUV90.87132.59183.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=53.00%
G=15.77%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168509900.700.410.34335.0854.1342.75
HexA83263046292214f362b
Octal25062143010651425176653
Binary10101000110010110001101000110101001100010101001111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83263; }

 p { color: rgb(168,50,99); }

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

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

 a { background-color: rgb(168,50,99); }

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

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

 span { border-color: rgb(168,50,99); }

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