#A0A996

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

Shades of Norway #A0A996

Tints of Norway #A0A996

Color information

#A0A996 (or 0xA0A996) is unknown color: approx Norway. HEX triplet: A0, A9 and 96. RGB value is (160,169,150). Sum of RGB (Red+Green+Blue) = 160+169+150=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A996 is #5F5669. Grayscale: #A4A4A4. Windows color (decimal): -6248042 or 9873824. OLE color: 9873824.

HSL color Cylindrical-coordinate representation of color #A0A996: hue angle of 88.42º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0A996 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB160169150-
CMYK0.0500.110.34
HSL88.42º9.95%62.55%-
HSV(B)88.42º11.24%66.27%-
XYZ34.1938.0534.4-
YUV164.14120.02125.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=33.40%
G=35.28%
B=31.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691500.0500.110.3488.429.9562.55
HexA0A99650B2258a3f
Octal2402512265013421301277
Binary1010000010101001100101101010101110001010110001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A996; }

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

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

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

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

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

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

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

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