#A4486A

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

Shades of Rouge #A4486A

Tints of Rouge #A4486A

Color information

#A4486A (or 0xA4486A) is unknown color: approx Rouge. HEX triplet: A4, 48 and 6A. RGB value is (164,72,106). Sum of RGB (Red+Green+Blue) = 164+72+106=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4486A is #5BB795. Grayscale: #676767. Windows color (decimal): -6010774 or 6965412. OLE color: 6965412.

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

Color convert

RGB16472106-
CMYK00.560.350.36
HSL337.83º38.98%46.27%-
HSV(B)337.83º56.1%64.31%-
XYZ20.2313.5715.19-
YUV103.38129.48171.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=47.95%
G=21.05%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647210600.560.350.36337.8338.9846.27
HexA4486A0382324152272e
Octal24411015207043445224756
Binary10100100100100011010100111000100011100100101010010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4486A; }

 p { color: rgb(164,72,106); }

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

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

 a { background-color: rgb(164,72,106); }

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

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

 span { border-color: rgb(164,72,106); }

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