#A0BA8E

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

Shades of Norway #A0BA8E

Tints of Norway #A0BA8E

Color information

#A0BA8E (or 0xA0BA8E) is unknown color: approx Norway. HEX triplet: A0, BA and 8E. RGB value is (160,186,142). Sum of RGB (Red+Green+Blue) = 160+186+142=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA8E is #5F4571. Grayscale: #ADADAD. Windows color (decimal): -6243698 or 9353888. OLE color: 9353888.

HSL color Cylindrical-coordinate representation of color #A0BA8E: hue angle of 95.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0BA8E is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB160186142-
CMYK0.1400.240.27
HSL95.45º24.18%64.31%-
HSV(B)95.45º23.66%72.94%-
XYZ36.9444.5432.24-
YUV173.21110.39118.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=32.79%
G=38.11%
B=29.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861420.1400.240.2795.4524.1864.31
HexA0BA8EE0181B5f1840
Octal240272216160303313730100
Binary1010000010111010100011101110011000110111011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA8E; }

 p { color: rgb(160,186,142); }

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

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

 a { background-color: rgb(160,186,142); }

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

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

 span { border-color: rgb(160,186,142); }

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