#A63A61

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

Shades of Rouge #A63A61

Tints of Rouge #A63A61

Color information

#A63A61 (or 0xA63A61) is unknown color: approx Rouge. HEX triplet: A6, 3A and 61. RGB value is (166,58,97). Sum of RGB (Red+Green+Blue) = 166+58+97=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A61 is #59C59E. Grayscale: #5E5E5E. Windows color (decimal): -5883295 or 6372006. OLE color: 6372006.

HSL color Cylindrical-coordinate representation of color #A63A61: hue angle of 338.33º 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 #A63A61 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1665897-
CMYK00.650.420.35
HSL338.33º48.21%43.92%-
HSV(B)338.33º65.06%65.1%-
XYZ19.41212.6-
YUV94.74129.28178.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=51.71%
G=18.07%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166589700.650.420.35338.3348.2143.92
HexA63A610412A23152302c
Octal24672141010152435226054
Binary10100110111010110000101000001101010100011101010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A61; }

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

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

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

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

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

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

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

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