#A7B797

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

Shades of Norway #A7B797

Tints of Norway #A7B797

Color information

#A7B797 (or 0xA7B797) is unknown color: approx Norway. HEX triplet: A7, B7 and 97. RGB value is (167,183,151). Sum of RGB (Red+Green+Blue) = 167+183+151=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B797 is #584868. Grayscale: #AEAEAE. Windows color (decimal): -5785705 or 9942951. OLE color: 9942951.

HSL color Cylindrical-coordinate representation of color #A7B797: hue angle of 90º 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 #A7B797 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB167183151-
CMYK0.0900.170.28
HSL90º18.18%65.49%-
HSV(B)90º17.49%71.76%-
XYZ38.4644.3235.81-
YUV174.57114.7122.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=33.33%
G=36.53%
B=30.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671831510.0900.170.289018.1865.49
HexA7B79790111C5a1241
Octal247267227110213413222101
Binary1010011110110111100101111001010001111001011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B797; }

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

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

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

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

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

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

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

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