#A0AB96

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

Shades of Norway #A0AB96

Tints of Norway #A0AB96

Color information

#A0AB96 (or 0xA0AB96) is unknown color: approx Norway. HEX triplet: A0, AB and 96. RGB value is (160,171,150). Sum of RGB (Red+Green+Blue) = 160+171+150=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB96 is #5F5469. Grayscale: #A5A5A5. Windows color (decimal): -6247530 or 9874336. OLE color: 9874336.

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

Color convert

RGB160171150-
CMYK0.0600.120.33
HSL91.43º11.11%62.94%-
HSV(B)91.43º12.28%67.06%-
XYZ34.5738.834.52-
YUV165.32119.36124.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=33.26%
G=35.55%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711500.0600.120.3391.4311.1162.94
HexA0AB9660C215bb3f
Octal2402532266014411331377
Binary1010000010101011100101101100110010000110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB96; }

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

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

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

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

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

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

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

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