#A3486D

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

Shades of Rouge #A3486D

Tints of Rouge #A3486D

Color information

#A3486D (or 0xA3486D) is unknown color: approx Rouge. HEX triplet: A3, 48 and 6D. RGB value is (163,72,109). Sum of RGB (Red+Green+Blue) = 163+72+109=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3486D is #5CB792. Grayscale: #676767. Windows color (decimal): -6076307 or 7162019. OLE color: 7162019.

HSL color Cylindrical-coordinate representation of color #A3486D: hue angle of 335.6º 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 #A3486D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16372109-
CMYK00.560.330.36
HSL335.6º38.72%46.08%-
HSV(B)335.6º55.83%63.92%-
XYZ20.1813.5316.01-
YUV103.43131.15170.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=47.38%
G=20.93%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210900.560.330.36335.638.7246.08
HexA3486D0382124150272e
Octal24311015507041445204756
Binary10100011100100011011010111000100001100100101010000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3486D; }

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

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

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

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

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

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

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

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