#A63A62

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

Shades of Rouge #A63A62

Tints of Rouge #A63A62

Color information

#A63A62 (or 0xA63A62) is unknown color: approx Rouge. HEX triplet: A6, 3A and 62. RGB value is (166,58,98). Sum of RGB (Red+Green+Blue) = 166+58+98=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A62 is #59C59D. Grayscale: #5E5E5E. Windows color (decimal): -5883294 or 6437542. OLE color: 6437542.

HSL color Cylindrical-coordinate representation of color #A63A62: hue angle of 337.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A62 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1665898-
CMYK00.650.410.35
HSL337.78º48.21%43.92%-
HSV(B)337.78º65.06%65.1%-
XYZ19.4412.0112.85-
YUV94.85129.78178.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=51.55%
G=18.01%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166589800.650.410.35337.7848.2143.92
HexA63A620412923152302c
Octal24672142010151435226054
Binary10100110111010110001001000001101001100011101010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A62; }

 p { color: rgb(166,58,98); }

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

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

 a { background-color: rgb(166,58,98); }

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

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

 span { border-color: rgb(166,58,98); }

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