#A9B797

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

Shades of Norway #A9B797

Tints of Norway #A9B797

Color information

#A9B797 (or 0xA9B797) is unknown color: approx Norway. HEX triplet: A9, B7 and 97. RGB value is (169,183,151). Sum of RGB (Red+Green+Blue) = 169+183+151=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B797 is #564868. Grayscale: #AFAFAF. Windows color (decimal): -5654633 or 9942953. OLE color: 9942953.

HSL color Cylindrical-coordinate representation of color #A9B797: hue angle of 86.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9B797 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB169183151-
CMYK0.0800.170.28
HSL86.25º18.18%65.49%-
HSV(B)86.25º17.49%71.76%-
XYZ38.8844.5435.83-
YUV175.17114.36123.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=33.60%
G=36.38%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831510.0800.170.2886.2518.1865.49
HexA9B79780111C561241
Octal251267227100213412622101
Binary1010100110110111100101111000010001111001010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B797; }

 p { color: rgb(169,183,151); }

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

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

 a { background-color: rgb(169,183,151); }

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

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

 span { border-color: rgb(169,183,151); }

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