#A3B186

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

Shades of Norway #A3B186

Tints of Norway #A3B186

Color information

#A3B186 (or 0xA3B186) is unknown color: approx Norway. HEX triplet: A3, B1 and 86. RGB value is (163,177,134). Sum of RGB (Red+Green+Blue) = 163+177+134=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B186 is #5C4E79. Grayscale: #A8A8A8. Windows color (decimal): -6049402 or 8827299. OLE color: 8827299.

HSL color Cylindrical-coordinate representation of color #A3B186: hue angle of 79.53º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B186 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB163177134-
CMYK0.0800.240.31
HSL79.53º21.61%60.98%-
HSV(B)79.53º24.29%69.41%-
XYZ35.1340.9528.61-
YUV167.91108.86124.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=34.39%
G=37.34%
B=28.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771340.0800.240.3179.5321.6160.98
HexA3B18680181F50163d
Octal24326120610030371202675
Binary101000111011000110000110100001100011111101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B186; }

 p { color: rgb(163,177,134); }

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

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

 a { background-color: rgb(163,177,134); }

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

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

 span { border-color: rgb(163,177,134); }

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