#A0AB8F

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

Shades of Norway #A0AB8F

Tints of Norway #A0AB8F

Color information

#A0AB8F (or 0xA0AB8F) is unknown color: approx Norway. HEX triplet: A0, AB and 8F. RGB value is (160,171,143). Sum of RGB (Red+Green+Blue) = 160+171+143=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8F is #5F5470. Grayscale: #A4A4A4. Windows color (decimal): -6247537 or 9415584. OLE color: 9415584.

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

Color convert

RGB160171143-
CMYK0.0600.160.33
HSL83.57º14.29%61.57%-
HSV(B)83.57º16.37%67.06%-
XYZ34.0238.5831.64-
YUV164.52115.86124.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=33.76%
G=36.08%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711430.0600.160.3383.5714.2961.57
HexA0AB8F60102154e3e
Octal2402532176020411241676
Binary10100000101010111000111111001000010000110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB8F; }

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

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

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

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

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

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

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

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