#A63A6A

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

Shades of Rouge #A63A6A

Tints of Rouge #A63A6A

Color information

#A63A6A (or 0xA63A6A) is unknown color: approx Rouge. HEX triplet: A6, 3A and 6A. RGB value is (166,58,106). Sum of RGB (Red+Green+Blue) = 166+58+106=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A6A is #59C595. Grayscale: #5F5F5F. Windows color (decimal): -5883286 or 6961830. OLE color: 6961830.

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

Color convert

RGB16658106-
CMYK00.650.360.35
HSL333.33º48.21%43.92%-
HSV(B)333.33º65.06%65.1%-
XYZ19.8412.1714.94-
YUV95.76133.78178.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=50.30%
G=17.58%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665810600.650.360.35333.3348.2143.92
HexA63A6A041242314d302c
Octal24672152010144435156054
Binary10100110111010110101001000001100100100011101001101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A6A; }

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

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

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

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

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

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

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

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