#A0AB94

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

Shades of Norway #A0AB94

Tints of Norway #A0AB94

Color information

#A0AB94 (or 0xA0AB94) is unknown color: approx Norway. HEX triplet: A0, AB and 94. RGB value is (160,171,148). Sum of RGB (Red+Green+Blue) = 160+171+148=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB94 is #5F546B. Grayscale: #A5A5A5. Windows color (decimal): -6247532 or 9743264. OLE color: 9743264.

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

Color convert

RGB160171148-
CMYK0.0600.130.33
HSL88.7º12.04%62.55%-
HSV(B)88.7º13.45%67.06%-
XYZ34.4138.7433.68-
YUV165.09118.36124.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=33.40%
G=35.70%
B=30.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711480.0600.130.3388.712.0462.55
HexA0AB9460D2159c3f
Octal2402532246015411311477
Binary1010000010101011100101001100110110000110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB94; }

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

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

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

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

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

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

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

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