#A0AB91

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

Shades of Norway #A0AB91

Tints of Norway #A0AB91

Color information

#A0AB91 (or 0xA0AB91) is unknown color: approx Norway. HEX triplet: A0, AB and 91. RGB value is (160,171,145). Sum of RGB (Red+Green+Blue) = 160+171+145=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB91 is #5F546E. Grayscale: #A4A4A4. Windows color (decimal): -6247535 or 9546656. OLE color: 9546656.

HSL color Cylindrical-coordinate representation of color #A0AB91: hue angle of 85.38º 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 #A0AB91 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB160171145-
CMYK0.0600.150.33
HSL85.38º13.4%61.96%-
HSV(B)85.38º15.2%67.06%-
XYZ34.1738.6432.45-
YUV164.75116.86124.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=33.61%
G=35.92%
B=30.46%

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
Decimal1601711450.0600.150.3385.3813.461.96
HexA0AB9160F2155d3e
Octal2402532216017411251576
Binary1010000010101011100100011100111110000110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB91; }

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

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

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

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

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

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

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

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