#A0AB8E

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

Shades of Norway #A0AB8E

Tints of Norway #A0AB8E

Color information

#A0AB8E (or 0xA0AB8E) is unknown color: approx Norway. HEX triplet: A0, AB and 8E. RGB value is (160,171,142). Sum of RGB (Red+Green+Blue) = 160+171+142=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8E is #5F5471. Grayscale: #A4A4A4. Windows color (decimal): -6247538 or 9350048. OLE color: 9350048.

HSL color Cylindrical-coordinate representation of color #A0AB8E: hue angle of 82.76º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0AB8E is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB160171142-
CMYK0.0600.170.33
HSL82.76º14.72%61.37%-
HSV(B)82.76º16.96%67.06%-
XYZ33.9438.5531.24-
YUV164.4115.36124.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=33.83%
G=36.15%
B=30.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711420.0600.170.3382.7614.7261.37
HexA0AB8E60112153f3d
Octal2402532166021411231775
Binary10100000101010111000111011001000110000110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB8E; }

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

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

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

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

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

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

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

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