#A8486E

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

Shades of Rouge #A8486E

Tints of Rouge #A8486E

Color information

#A8486E (or 0xA8486E) is unknown color: approx Rouge. HEX triplet: A8, 48 and 6E. RGB value is (168,72,110). Sum of RGB (Red+Green+Blue) = 168+72+110=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8486E is #57B791. Grayscale: #686868. Windows color (decimal): -5748626 or 7227560. OLE color: 7227560.

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

Color convert

RGB16872110-
CMYK00.570.350.34
HSL336.25º40%47.06%-
HSV(B)336.25º57.14%65.88%-
XYZ21.2814.0916.35-
YUV105.04130.8172.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=48%
G=20.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687211000.570.350.34336.254047.06
HexA8486E0392322150282f
Octal25011015607143425205057
Binary10101000100100011011100111001100011100010101010000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8486E; }

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

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

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

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

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

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

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

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