#A0AB92

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

Shades of Norway #A0AB92

Tints of Norway #A0AB92

Color information

#A0AB92 (or 0xA0AB92) is unknown color: approx Norway. HEX triplet: A0, AB and 92. RGB value is (160,171,146). Sum of RGB (Red+Green+Blue) = 160+171+146=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB92 is #5F546D. Grayscale: #A4A4A4. Windows color (decimal): -6247534 or 9612192. OLE color: 9612192.

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

Color convert

RGB160171146-
CMYK0.0600.150.33
HSL86.4º12.95%62.16%-
HSV(B)86.4º14.62%67.06%-
XYZ34.2538.6732.85-
YUV164.86117.36124.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=33.54%
G=35.85%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711460.0600.150.3386.412.9562.16
HexA0AB9260F2156d3e
Octal2402532226017411261576
Binary1010000010101011100100101100111110000110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB92; }

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

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

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

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

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

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

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

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