#A3486C

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

Shades of Rouge #A3486C

Tints of Rouge #A3486C

Color information

#A3486C (or 0xA3486C) is unknown color: approx Rouge. HEX triplet: A3, 48 and 6C. RGB value is (163,72,108). Sum of RGB (Red+Green+Blue) = 163+72+108=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3486C is #5CB793. Grayscale: #676767. Windows color (decimal): -6076308 or 7096483. OLE color: 7096483.

HSL color Cylindrical-coordinate representation of color #A3486C: hue angle of 336.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3486C is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16372108-
CMYK00.560.340.36
HSL336.26º38.72%46.08%-
HSV(B)336.26º55.83%63.92%-
XYZ20.1313.515.73-
YUV103.31130.65170.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=47.52%
G=20.99%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210800.560.340.36336.2638.7246.08
HexA3486C0382224150272e
Octal24311015407042445204756
Binary10100011100100011011000111000100010100100101010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3486C; }

 p { color: rgb(163,72,108); }

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

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

 a { background-color: rgb(163,72,108); }

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

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

 span { border-color: rgb(163,72,108); }

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