#A8486A

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

Shades of Rouge #A8486A

Tints of Rouge #A8486A

Color information

#A8486A (or 0xA8486A) is unknown color: approx Rouge. HEX triplet: A8, 48 and 6A. RGB value is (168,72,106). Sum of RGB (Red+Green+Blue) = 168+72+106=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8486A is #57B795. Grayscale: #686868. Windows color (decimal): -5748630 or 6965416. OLE color: 6965416.

HSL color Cylindrical-coordinate representation of color #A8486A: hue angle of 338.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8486A is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16872106-
CMYK00.570.370.34
HSL338.75º40%47.06%-
HSV(B)338.75º57.14%65.88%-
XYZ21.071415.23-
YUV104.58128.8173.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=48.55%
G=20.81%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687210600.570.370.34338.754047.06
HexA8486A0392522153282f
Octal25011015207145425235057
Binary10101000100100011010100111001100101100010101010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8486A; }

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

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

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

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

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

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

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

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