#A0AD96

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

Shades of Norway #A0AD96

Tints of Norway #A0AD96

Color information

#A0AD96 (or 0xA0AD96) is unknown color: approx Norway. HEX triplet: A0, AD and 96. RGB value is (160,173,150). Sum of RGB (Red+Green+Blue) = 160+173+150=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD96 is #5F5269. Grayscale: #A6A6A6. Windows color (decimal): -6247018 or 9874848. OLE color: 9874848.

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

Color convert

RGB160173150-
CMYK0.0800.130.32
HSL93.91º12.3%63.33%-
HSV(B)93.91º13.29%67.84%-
XYZ34.9539.5634.65-
YUV166.49118.69123.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=33.13%
G=35.82%
B=31.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731500.0800.130.3293.9112.363.33
HexA0AD9680D205ec3f
Octal24025522610015401361477
Binary10100000101011011001011010000110110000010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD96; }

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

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

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

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

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

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

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

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